[oe-commits] Richard Tollerton : lsb: update RDEPENDS for broken-out util-linux-getopt

git at git.openembedded.org git at git.openembedded.org
Thu Nov 20 14:08:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a9a588ec3dcb62f5b61c64371b19ebd3ac9bc80c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a9a588ec3dcb62f5b61c64371b19ebd3ac9bc80c

Author: Richard Tollerton <rich.tollerton at ni.com>
Date:   Wed Nov  5 15:26:17 2014 -0600

lsb: update RDEPENDS for broken-out util-linux-getopt

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>
Signed-off-by: Ross Burton <ross.burton at intel.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 e012497..69f3962 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"
 



More information about the Openembedded-commits mailing list