diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-18 17:08:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:55:21 +0100 |
commit | e7fba1e6556b0bd1f227144e365fd5536cea9719 (patch) | |
tree | b1b4e08d390fd895021ead27cc5938df2d96a601 /meta | |
parent | e4628cd1dcd2f1685f5fff017a29f73e5264399e (diff) | |
download | poky-e7fba1e6556b0bd1f227144e365fd5536cea9719.tar.gz |
lsbinitscripts: remove spurious build dependencies
A recipe that doesn't configure, doesn't compile, and just ships a single shell
script certainly does not need to build depend on popt and glib-2.0.
(From OE-Core rev: 8a771f22980f766b71f3ea0825568fc5c669e444)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/lsb/lsbinitscripts_9.79.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb index 46edeed8a4..6d3fcf13dd 100644 --- a/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb +++ b/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb | |||
@@ -2,7 +2,6 @@ SUMMARY = "SysV init scripts which are only used in an LSB image" | |||
2 | HOMEPAGE = "https://wiki.debian.org/LSBInitScripts" | 2 | HOMEPAGE = "https://wiki.debian.org/LSBInitScripts" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | DEPENDS = "popt glib-2.0" | ||
6 | 5 | ||
7 | RPROVIDES_${PN} += "initd-functions" | 6 | RPROVIDES_${PN} += "initd-functions" |
8 | RDEPENDS_${PN} += "util-linux" | 7 | RDEPENDS_${PN} += "util-linux" |