summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zypper
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/zypper')
-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"
6 6
7DEPENDS = "libzypp augeas" 7DEPENDS = "libzypp augeas"
8RRECOMMENDS_${PN} = "procps util-linux-uuidgen" 8RRECOMMENDS_${PN} = "procps util-linux-uuidgen"
9PR = "r4" 9PR = "r5"
10 10
11inherit cmake 11inherit cmake
12 12
@@ -18,3 +18,5 @@ SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20PV = "1.5.3-git${SRCPV}" 20PV = "1.5.3-git${SRCPV}"
21
22PACKAGE_ARCH = "${MACHINE_ARCH}"