From patchwork Mon Mar 14 11:54:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] zypper: add machine arch support Date: Mon, 14 Mar 2011 11:54:46 -0000 From: Qing He X-Patchwork-Id: 1391 Message-Id: To: openembedded-core@lists.openembedded.org From: Qing He Since libzypp is now of ${MACHINE_ARCH}, change zypper to base on this arch to. Signed-off-by: Qing He --- meta/recipes-extended/zypper/zypper_git.bb | 4 +++- 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 af6bd49..9258477 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}"