summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon/pkgconfig.patch
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-02-13 15:23:11 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 13:43:38 +0000
commitad8250868f9420d779dc5c4233ffb87e329e4565 (patch)
tree0d65c78103adb7e9fab32d9fa40989df988456f1 /meta/recipes-support/neon/neon/pkgconfig.patch
parent6ae933b75c1c34a9d39e1aff0a0cb26a7ce4677f (diff)
downloadast2050-yocto-poky-ad8250868f9420d779dc5c4233ffb87e329e4565.zip
ast2050-yocto-poky-ad8250868f9420d779dc5c4233ffb87e329e4565.tar.gz
neon: update 0.30.0 -> 0.30.1
pkgconfig.patch needed a minor refresh due to the following fix for static linking using neon.pc being merged upstream: http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html (From OE-Core rev: f02b33329bd382d66756ad01292daa9441a79742) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/neon/neon/pkgconfig.patch')
-rw-r--r--meta/recipes-support/neon/neon/pkgconfig.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon/pkgconfig.patch b/meta/recipes-support/neon/neon/pkgconfig.patch
new file mode 100644
index 0000000..239dba8
--- /dev/null
+++ b/meta/recipes-support/neon/neon/pkgconfig.patch
@@ -0,0 +1,15 @@
+Upstream-Status: Inappropriate [configuration]
+
+---
+ neon.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- neon-0.30.1.orig/neon.pc.in
++++ neon-0.30.1/neon.pc.in
+@@ -7,5 +7,5 @@ Name: neon
+ Description: HTTP/WebDAV client library
+ Version: @NEON_VERSION@
+ Libs: -L${libdir} -lneon @NEON_PC_LIBS@
+-Libs.private: @NEON_LIBS@
++Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
+ Cflags: -I${includedir}/neon @NEON_CFLAGS@
OpenPOWER on IntegriCloud