From: Dmitry Eremin-Solenikov Date: Wed, 15 Apr 2015 09:09:29 +0000 (+0300) Subject: lsb: provide lsb-core-ARCH X-Git-Tag: 2015-10~2158 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=981109b7388dcd0de9fd2e9cdfe2a920b9f8facb;p=openembedded-core.git 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. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 1ae1e26971..7b2ee78e72 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb @@ -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}"