]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
lsbinitscripts: remove spurious build dependencies
authorRoss Burton <ross.burton@intel.com>
Mon, 18 Jun 2018 16:08:58 +0000 (17:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jun 2018 12:53:28 +0000 (13:53 +0100)
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>
meta/recipes-extended/lsb/lsbinitscripts_9.79.bb

index 46edeed8a48af570ad559e18ad06fd07a663d7f3..6d3fcf13ddddfd8dd044937d081d5f0226250fb1 100644 (file)
@@ -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"