summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-03-15 22:01:50 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-16 16:45:00 +0000
commit2a852d0cdc345e2d0c04b5ddd2f6f1344814dc3a (patch)
tree689c9ba5d459b2da09bf0f5e9d672a5f3dc31d85 /meta/recipes-extended/libzypp/libzypp_git.bb
parentff03a5167c9ea7c7096be8dec6350b919bc31927 (diff)
downloadpoky-2a852d0cdc345e2d0c04b5ddd2f6f1344814dc3a.tar.gz
libzypp: Fix release query
Libzypp is looking for the "redhat-release" file and using that version number to help adjust the system version. This ensures that there is something on the system that returns a correct value. This patch is likely not necessary. (From OE-Core rev: a1bb79372e75269b8d135c0018955c533ba06027) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp_git.bb')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index 825339d126..621ce45da4 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -13,7 +13,7 @@ RDEPENDS_${PN} = "sat-solver"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15PV = "0.0-git${SRCPV}" 15PV = "0.0-git${SRCPV}"
16PR = "r7" 16PR = "r8"
17 17
18SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \ 18SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
19 file://no-doc.patch \ 19 file://no-doc.patch \
@@ -22,6 +22,7 @@ SRC_URI = "git://gitorious.org/opensuse/libzypp.git;protocol=git \
22 file://builtin-arch.patch;apply=no \ 22 file://builtin-arch.patch;apply=no \
23 file://no-builtin-arch.patch;apply=no \ 23 file://no-builtin-arch.patch;apply=no \
24 file://archconf.patch;apply=no \ 24 file://archconf.patch;apply=no \
25 file://config-release.patch \
25 " 26 "
26 27
27SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" 28SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"