From: Phil Blundell Date: Sun, 2 Feb 2014 11:37:53 +0000 (+0000) Subject: base-passwd: Remove unnecessary DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435f0c2c86cec4bc40731eaddec6c59260dd1ef5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git base-passwd: Remove unnecessary DEPENDS Commit 5cab5935d6924e0aca5da4b682bb83e54f20bc1d added dependencies on docbook-utils-native and linuxdoc-tools-native, even though the same commit ostensibly disabled building of the documentation and there was no explanation of why these dependencies might be necessary. It appears that they don't serve any useful purpose so let's remove them again. Signed-off-by: Phil Blundell Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb index 5b31fce87f6..befef41b3e6 100644 --- a/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb +++ b/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb @@ -4,8 +4,6 @@ SECTION = "base" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" -DEPENDS = "docbook-utils-native linuxdoc-tools-native" - SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ file://add_shutdown.patch \ file://nobash.patch \