mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
lsb: provide lsb-core-ARCH
Some lsb packages depend on correct lsb-core-ARCH package being installed (or rather provided) on the target file system. Provide this package name by main lsb package. (From OE-Core master rev: 981109b7388dcd0de9fd2e9cdfe2a920b9f8facb) (From OE-Core rev: 65276d62f655926a82a17f02bb3a4ae0f08e6518) Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
534d2f3a5d
commit
aa263849ba
@@ -4,6 +4,11 @@ HOMEPAGE = "http://prdownloads.sourceforge.net/lsb"
|
||||
LICENSE = "GPLv2+"
|
||||
PR = "r2"
|
||||
|
||||
LSB_CORE = "lsb-core-${TARGET_ARCH}"
|
||||
LSB_CORE_x86 = "lsb-core-ia32"
|
||||
LSB_CORE_x86-64 = "lsb-core-amd64"
|
||||
RPROVIDES_${PN} += "${LSB_CORE}"
|
||||
|
||||
# lsb_release needs getopt
|
||||
RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user