summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-01-18 17:21:41 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-20 21:37:04 +0000
commitcff67292a2ce9a7866bf14653b5a81d501bfb64b (patch)
tree64b18ec66231a726406f7a7454dba7d3faf97dc1 /meta/recipes-extended/libzypp/libzypp_git.bb
parenta849ef5f24f1dc1eecb699ecb5b39f6ca898d8ab (diff)
downloadpoky-cff67292a2ce9a7866bf14653b5a81d501bfb64b.tar.gz
libzypp: fix build issue with gcc dso linking change
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libpthread library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-extended/libzypp/libzypp_git.bb')
-rw-r--r--meta/recipes-extended/libzypp/libzypp_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/libzypp/libzypp_git.bb b/meta/recipes-extended/libzypp/libzypp_git.bb
index 6918263296..7036c6471b 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -13,11 +13,12 @@ RDEPENDS_${PN} = "sat-solver"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15PV = "0.0-git${SRCPV}" 15PV = "0.0-git${SRCPV}"
16PR = "r4" 16PR = "r5"
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 \
20 file://rpm5.patch" 20 file://rpm5.patch \
21 file://dso_linking_change_build_fix.patch"
21 22
22SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch" 23SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
23 24