diff options
| -rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 6555bd4044..6e8fe16a15 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
| @@ -14,7 +14,7 @@ RDEPENDS_${PN} = "sat-solver" | |||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" | 15 | SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433" |
| 16 | PV = "0.0-git${SRCPV}" | 16 | PV = "0.0-git${SRCPV}" |
| 17 | PR = "r11" | 17 | PR = "r12" |
| 18 | 18 | ||
| 19 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 19 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
| 20 | file://no-doc.patch \ | 20 | file://no-doc.patch \ |
| @@ -111,9 +111,9 @@ do_archgen () { | |||
| 111 | shift ; continue;; | 111 | shift ; continue;; |
| 112 | esac | 112 | esac |
| 113 | if [ "${AVOID_CONSTRUCTOR}" != "true" ]; then | 113 | if [ "${AVOID_CONSTRUCTOR}" != "true" ]; then |
| 114 | ARCH="_$1" | 114 | CARCH="_$1" |
| 115 | else | 115 | else |
| 116 | ARCH="IdString(\"$1\")" | 116 | CARCH="IdString(\"$1\")" |
| 117 | fi | 117 | fi |
| 118 | shift | 118 | shift |
| 119 | COMPAT="" | 119 | COMPAT="" |
| @@ -129,7 +129,7 @@ do_archgen () { | |||
| 129 | COMPAT="${arch_val},$COMPAT" | 129 | COMPAT="${arch_val},$COMPAT" |
| 130 | fi | 130 | fi |
| 131 | done | 131 | done |
| 132 | COMPAT_WITH="${ARCH},${COMPAT} $COMPAT_WITH" | 132 | COMPAT_WITH="${CARCH},${COMPAT} $COMPAT_WITH" |
| 133 | done | 133 | done |
| 134 | for each_compat in ${COMPAT_WITH} ; do | 134 | for each_compat in ${COMPAT_WITH} ; do |
| 135 | echo " defCompatibleWith( ${each_compat} );" >> zypp/poky-arch.h | 135 | echo " defCompatibleWith( ${each_compat} );" >> zypp/poky-arch.h |
