[oe-commits] [openembedded-core] 12/31: lsbinitscripts: remove spurious build dependencies

git at git.openembedded.org git at git.openembedded.org
Fri Jun 22 07:50:29 UTC 2018


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

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

commit f1c4e00cffc1aac2263e32b435930f1cf59106c3
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