diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-11-05 15:26:17 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:11 +0000 |
commit | 7ce22937fbb80ac8095a5eb4d538a25fe818f094 (patch) | |
tree | 751f65aba3222d057891089ab144043133f46c88 /meta/recipes-extended/lsb | |
parent | 887c75a9ffdfde63168e544814d13d1e77713d29 (diff) | |
download | poky-7ce22937fbb80ac8095a5eb4d538a25fe818f094.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r-- | meta/recipes-extended/lsb/lsb_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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+" | |||
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | # lsb_release needs getopt | 7 | # lsb_release needs getopt |
8 | RDEPENDS_${PN} += "util-linux" | 8 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" | 10 | LIC_FILES_CHKSUM = "file://README;md5=12da544b1a3a5a1795a21160b49471cf" |
11 | 11 | ||