From 19128b4b62a957295106f18efa4c390504ca7951 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Tue, 25 Oct 2011 14:42:43 +0800 Subject: neon: upgrade to version 0.29.6 (From OE-Core rev: 96316199940d44bf3a0a05ae96bdb3a595744fa6) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch (limited to 'meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch') diff --git a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch b/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch new file mode 100644 index 0000000000..1a2550c6fb --- /dev/null +++ b/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch @@ -0,0 +1,18 @@ +Upstream-Status: Inappropriate [configuration] + +--- + neon.pc.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- neon-0.28.1.orig/neon.pc.in ++++ neon-0.28.1/neon.pc.in +@@ -4,8 +4,8 @@ libdir=@libdir@ + includedir=@includedir@ + + Name: neon + Description: HTTP/WebDAV client library + Version: @NEON_VERSION@ +-Libs.private: @NEON_LIBS@ ++Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls + Libs: -L${libdir} -lneon @NEON_PC_LIBS@ + Cflags: -I${includedir}/neon @NEON_CFLAGS@ -- cgit v1.2.3-54-g00ecf