diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libzypp/libzypp_git.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/sat-solver/sat-solver_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/zypper/zypper_git.bb | 6 |
3 files changed, 4 insertions, 10 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb index 61a140050..a2856d147 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb @@ -8,12 +8,10 @@ inherit cmake DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" -S = "${WORKDIR}/git" -PV = "0.0-git${SRCPV}" +S = "${WORKDIR}/git" +PV = "0.0-git${SRCPV}" PR = "r0" -SRCREV = "4494797d5b0369365b1af63921de45b197ead64f" - SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ file://no-doc.patch \ file://rpm5.patch" diff --git a/meta/recipes-extended/sat-solver/sat-solver_git.bb b/meta/recipes-extended/sat-solver/sat-solver_git.bb index b14325ae4..343b2f342 100644 --- a/meta/recipes-extended/sat-solver/sat-solver_git.bb +++ b/meta/recipes-extended/sat-solver/sat-solver_git.bb @@ -9,8 +9,6 @@ DEPENDS = "libcheck rpm zlib expat" PV = "0.0-git${SRCPV}" PR = "r0" -SRCREV = "aa799f7bae0ec055e0e527203635001bb7346dbc" - SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ file://cmake.patch \ file://rpm5.patch" diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb index b7adb0f60..09778f80a 100644 --- a/meta/recipes-extended/zypper/zypper_git.bb +++ b/meta/recipes-extended/zypper/zypper_git.bb @@ -9,11 +9,9 @@ PR = "r0" inherit cmake -SRCREV = "9eb0e248e06c8d20ad054be2439149d9ede37531" - SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ file://cmake.patch \ " -S = "${WORKDIR}/git" +S = "${WORKDIR}/git" -PV = "1.4.7-git${SRCPV}" +PV = "1.4.7-git${SRCPV}" |