aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-03-14 13:40:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-14 20:46:05 +0000
commit90b618231e77c96e36d7955815aad2ed85258a23 (patch)
treeb50f5886315a390abf8792a1fe2ce5ca2e7e1cdb /meta
parentb463188407c0c783c8d5aeb0098fc59445db57bf (diff)
downloadopenembedded-core-contrib-90b618231e77c96e36d7955815aad2ed85258a23.tar.gz
zypper: add machine arch support
Since libzypp is now of ${MACHINE_ARCH}, change zypper to base on this arch to. Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/zypper/zypper_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb
index af6bd493be..9258477d5d 100644
--- a/meta/recipes-extended/zypper/zypper_git.bb
+++ b/meta/recipes-extended/zypper/zypper_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
DEPENDS = "libzypp augeas"
RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
-PR = "r4"
+PR = "r5"
inherit cmake
@@ -18,3 +18,5 @@ SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \
S = "${WORKDIR}/git"
PV = "1.5.3-git${SRCPV}"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"