diff options
author | Qing He <qing.he@intel.com> | 2011-03-14 13:40:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-14 21:08:34 +0000 |
commit | d578d746e6524a5d32e6ac1dcc9cc08c2fb3c551 (patch) | |
tree | d8da1f7d05ba453e89700c969bb36669d7b5024e /meta/recipes-extended/zypper | |
parent | 764f68cd82314d34b16948b1bf5da519248bd5e8 (diff) | |
download | poky-d578d746e6524a5d32e6ac1dcc9cc08c2fb3c551.tar.gz |
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 <qing.he@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zypper')
-rw-r--r-- | 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 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" | |||
6 | 6 | ||
7 | DEPENDS = "libzypp augeas" | 7 | DEPENDS = "libzypp augeas" |
8 | RRECOMMENDS_${PN} = "procps util-linux-uuidgen" | 8 | RRECOMMENDS_${PN} = "procps util-linux-uuidgen" |
9 | PR = "r4" | 9 | PR = "r5" |
10 | 10 | ||
11 | inherit cmake | 11 | inherit cmake |
12 | 12 | ||
@@ -18,3 +18,5 @@ SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ | |||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | PV = "1.5.3-git${SRCPV}" | 20 | PV = "1.5.3-git${SRCPV}" |
21 | |||
22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||