diff options
author | Phil Blundell <pb@pbcl.net> | 2014-02-02 11:37:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 22:37:42 +0000 |
commit | 88a6b2b64b51abbe2864d32a36291c5b496fa584 (patch) | |
tree | 4d4b5308f20393d3085ab9064ad4cf0973fe4797 | |
parent | 9341575733a35df6adc715b774555ac83c0c9f77 (diff) | |
download | poky-88a6b2b64b51abbe2864d32a36291c5b496fa584.tar.gz |
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.
(From OE-Core rev: 435f0c2c86cec4bc40731eaddec6c59260dd1ef5)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/base-passwd/base-passwd_3.5.29.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 5b31fce87f..befef41b3e 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" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
6 | 6 | ||
7 | DEPENDS = "docbook-utils-native linuxdoc-tools-native" | ||
8 | |||
9 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ |
10 | file://add_shutdown.patch \ | 8 | file://add_shutdown.patch \ |
11 | file://nobash.patch \ | 9 | file://nobash.patch \ |