[oe-commits] Dmitry Eremin-Solenikov : lsb: provide lsb-core-ARCH

git at git.openembedded.org git at git.openembedded.org
Fri Apr 17 21:57:49 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 5c34ecaf9b069043c54a682115d6eb365d47c16a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c34ecaf9b069043c54a682115d6eb365d47c16a

Author: Dmitry Eremin-Solenikov <dmitry_eremin at mentor.com>
Date:   Wed Apr 15 12:09:29 2015 +0300

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 <dmitry_eremin at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/lsb/lsb_4.1.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb
index 1ae1e26..7b2ee78 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}"
 



More information about the Openembedded-commits mailing list