summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/lsb')
-rw-r--r--meta/recipes-extended/lsb/lsb_4.1.bb5
1 files changed, 5 insertions, 0 deletions
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"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5PR = "r2" 5PR = "r2"
6 6
7LSB_CORE = "lsb-core-${TARGET_ARCH}"
8LSB_CORE_x86 = "lsb-core-ia32"
9LSB_CORE_x86-64 = "lsb-core-amd64"
10RPROVIDES_${PN} += "${LSB_CORE}"
11
7# lsb_release needs getopt 12# lsb_release needs getopt
8RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" 13RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}"
9 14