From f02b33329bd382d66756ad01292daa9441a79742 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 13 Feb 2015 15:23:11 -0800 Subject: 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 Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-support/neon/neon/pkgconfig.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-support/neon/neon/pkgconfig.patch (limited to 'meta/recipes-support/neon/neon') diff --git a/meta/recipes-support/neon/neon/pkgconfig.patch b/meta/recipes-support/neon/neon/pkgconfig.patch new file mode 100644 index 0000000000..239dba8e25 --- /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@ -- cgit 1.2.3-korg