From a9a588ec3dcb62f5b61c64371b19ebd3ac9bc80c Mon Sep 17 00:00:00 2001 From: Richard Tollerton Date: Wed, 5 Nov 2014 15:26:17 -0600 Subject: 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 Acked-by: Ken Sharp Acked-by: Ben Shelton Signed-off-by: Ross Burton --- 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 e012497550..69f3962ec4 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" -- cgit 1.2.3-korg