[oe-commits] [openembedded-core] 10/39: lsbinitscripts: remove spurious build dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Jun 27 12:55:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 8a771f22980f766b71f3ea0825568fc5c669e444
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jun 18 17:08:58 2018 +0100

    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 at intel.com>
---
 meta/recipes-extended/lsb/lsbinitscripts_9.79.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.79.bb
index 46edeed..6d3fcf1 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list