diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-06 14:56:35 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-06 14:56:57 +0100 |
commit | 95b2d9395e62a770f976b97175247d4e7522d9b6 (patch) | |
tree | 2e377250fb47f8d3541e844b7b9c524fdee61c4d /meta/recipes-extended | |
parent | b78d5368ccd333587ec475be3f3fe058ec9045f2 (diff) | |
download | poky-95b2d9395e62a770f976b97175247d4e7522d9b6.tar.gz |
poky-default-revisions.inc: Move SRCREVs to correct locations, fix whitespace
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 61a140050d..a2856d1475 100644 --- a/meta/recipes-extended/libzypp/libzypp_git.bb +++ b/meta/recipes-extended/libzypp/libzypp_git.bb | |||
@@ -8,12 +8,10 @@ inherit cmake | |||
8 | 8 | ||
9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" | 9 | DEPENDS = "rpm boost gettext curl libxml2 zlib sat-solver expat openssl udev" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | PV = "0.0-git${SRCPV}" | 12 | PV = "0.0-git${SRCPV}" |
13 | PR = "r0" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRCREV = "4494797d5b0369365b1af63921de45b197ead64f" | ||
16 | |||
17 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ | 15 | SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ |
18 | file://no-doc.patch \ | 16 | file://no-doc.patch \ |
19 | file://rpm5.patch" | 17 | 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 b14325ae44..343b2f3421 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" | |||
9 | PV = "0.0-git${SRCPV}" | 9 | PV = "0.0-git${SRCPV}" |
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRCREV = "aa799f7bae0ec055e0e527203635001bb7346dbc" | ||
13 | |||
14 | SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ | 12 | SRC_URI = "git://gitorious.org/opensuse/sat-solver.git;protocol=git \ |
15 | file://cmake.patch \ | 13 | file://cmake.patch \ |
16 | file://rpm5.patch" | 14 | file://rpm5.patch" |
diff --git a/meta/recipes-extended/zypper/zypper_git.bb b/meta/recipes-extended/zypper/zypper_git.bb index b7adb0f602..09778f80a3 100644 --- a/meta/recipes-extended/zypper/zypper_git.bb +++ b/meta/recipes-extended/zypper/zypper_git.bb | |||
@@ -9,11 +9,9 @@ PR = "r0" | |||
9 | 9 | ||
10 | inherit cmake | 10 | inherit cmake |
11 | 11 | ||
12 | SRCREV = "9eb0e248e06c8d20ad054be2439149d9ede37531" | ||
13 | |||
14 | SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ | 12 | SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \ |
15 | file://cmake.patch \ | 13 | file://cmake.patch \ |
16 | " | 14 | " |
17 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
18 | 16 | ||
19 | PV = "1.4.7-git${SRCPV}" | 17 | PV = "1.4.7-git${SRCPV}" |