From: Richard Tollerton <[email protected]> lsb currently depends on util-linux solely for getopt, but that has now been broken out into util-linux-getopt. Update RDEPENDS accordingly.
Signed-off-by: Richard Tollerton <[email protected]> Acked-by: Ken Sharp <[email protected]> Acked-by: Ben Shelton <[email protected] Acked-by: Brad Mouring <[email protected]> --- meta/recipes-extended/lsb/lsb_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index d265731..d583399 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb @@ -5,7 +5,7 @@ LICENSE = "GPLv2+" PR = "r2" # lsb_release needs getopt -RDEPENDS_${PN} += "util-linux" +RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" -- 2.1.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
