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:53:28 +0100 |
commit | 8a771f22980f766b71f3ea0825568fc5c669e444 (patch) | |
tree | 0cef1d6af1fb0f373fa7f4dc716b4de4862bce7b | |
parent | b0338efcdabeec79c568c74b6888d7d523e8e9dc (diff) | |
download | openembedded-core-8a771f22980f766b71f3ea0825568fc5c669e444.tar.gz openembedded-core-8a771f22980f766b71f3ea0825568fc5c669e444.tar.bz2 openembedded-core-8a771f22980f766b71f3ea0825568fc5c669e444.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" HOMEPAGE = "https://wiki.debian.org/LSBInitScripts" SECTION = "base" LICENSE = "GPLv2" -DEPENDS = "popt glib-2.0" RPROVIDES_${PN} += "initd-functions" RDEPENDS_${PN} += "util-linux" |