summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libzypp/libzypp_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-23 08:37:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 17:47:42 +0000
commit0233e6b1a7f72aa392a68cd9c8a6748f59857b50 (patch)
treedf7d6604b553103ce61bfff036268cc053efe3df /meta/recipes-extended/libzypp/libzypp_git.bb
parent0dd02a5e650efef53ab76ab6291aab375215eedd (diff)
downloadast2050-yocto-poky-0233e6b1a7f72aa392a68cd9c8a6748f59857b50.zip
ast2050-yocto-poky-0233e6b1a7f72aa392a68cd9c8a6748f59857b50.tar.gz
libzypp: Fix buiild with gcc 4.7
it needs protype of close() before using it (From OE-Core rev: 046a236bf0e6005ccc8af7c1449a4fa2e1e9e91c) Signed-off-by: Khem Raj <raj.khem@gmail.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 368cc06..78c7a6a 100644
--- a/meta/recipes-extended/libzypp/libzypp_git.bb
+++ b/meta/recipes-extended/libzypp/libzypp_git.bb
@@ -11,7 +11,7 @@ DEPENDS = "rpm boost curl libxml2 zlib sat-solver expat openssl udev"
S = "${WORKDIR}/git"
SRCREV = "15b6c52260bbc52b3d8e585e271b67e10cc7c433"
PV = "0.0-git${SRCPV}"
-PR = "r18"
+PR = "r19"
SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \
file://no-doc.patch \
@@ -22,6 +22,7 @@ SRC_URI = "git://github.com/openSUSE/libzypp.git;protocol=git \
file://libzypp-compatargs.patch \
file://fix_for_compile_wth_gcc-4.6.0.patch \
file://hardcode-lib-fix.patch \
+ file://close.patch \
"
SRC_URI_append_mips = " file://mips-workaround-gcc-tribool-error.patch"
OpenPOWER on IntegriCloud