diff options
-rw-r--r-- | meta/recipes-extended/lsb/lsb_4.1.bb | 5 |
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" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | PR = "r2" | 5 | PR = "r2" |
6 | 6 | ||
7 | LSB_CORE = "lsb-core-${TARGET_ARCH}" | ||
8 | LSB_CORE_x86 = "lsb-core-ia32" | ||
9 | LSB_CORE_x86-64 = "lsb-core-amd64" | ||
10 | RPROVIDES_${PN} += "${LSB_CORE}" | ||
11 | |||
7 | # lsb_release needs getopt | 12 | # lsb_release needs getopt |
8 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" | 13 | RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_getopt}" |
9 | 14 | ||