mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e4628cd1dc
commit
e7fba1e655
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user