mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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. (From OE-Core rev: a9a588ec3dcb62f5b61c64371b19ebd3ac9bc80c) Signed-off-by: Richard Tollerton <rich.tollerton@ni.com> Acked-by: Ken Sharp <ken.sharp@ni.com> Acked-by: Ben Shelton <ben.shelton@ni.com Acked-by: Brad Mouring <brad.mouring@ni.com> 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
887c75a9ff
commit
7ce22937fb
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user