[OE-core] [PATCH 3/3] lsb: update RDEPENDS for broken-out util-linux-getopt

Ben Shelton ben.shelton at ni.com
Wed Nov 5 21:26:17 UTC 2014


From: Richard Tollerton <rich.tollerton at ni.com>

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 <rich.tollerton at ni.com>
Acked-by: Ken Sharp <ken.sharp at ni.com>
Acked-by: Ben Shelton <ben.shelton at ni.com
Acked-by: Brad Mouring <brad.mouring at ni.com>
---
 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




More information about the Openembedded-core mailing list