From d578d746e6524a5d32e6ac1dcc9cc08c2fb3c551 Mon Sep 17 00:00:00 2001 From: Qing He Date: Mon, 14 Mar 2011 13:40:52 +0800 Subject: zypper: add machine arch support Since libzypp is now of ${MACHINE_ARCH}, change zypper to base on this arch to. (From OE-Core rev: 90b618231e77c96e36d7955815aad2ed85258a23) Signed-off-by: Qing He Signed-off-by: Richard Purdie --- meta/recipes-extended/zypper/zypper_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/zypper') 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}" -- cgit v1.2.3-54-g00ecf