aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/neon/neon
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-23 15:36:26 +0200
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:58 -0800
commitec5b6dd327abce8065e61c536c80cee1b176a92d (patch)
tree346235daa96bc0024789c5015aaf27b332a29563 /meta-oe/recipes-support/neon/neon
parent7032352c45b65ac40636d57c9ab5118074146b1e (diff)
downloadmeta-openembedded-contrib-ec5b6dd327abce8065e61c536c80cee1b176a92d.tar.gz
neon: add the recipe from oe-core
It is still required by libmusicbrainz, but is no longer needed by oe-core. Switch the upstream to debian as webdav.org is down. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/neon/neon')
-rw-r--r--meta-oe/recipes-support/neon/neon/pkgconfig.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/neon/neon/pkgconfig.patch b/meta-oe/recipes-support/neon/neon/pkgconfig.patch
new file mode 100644
index 0000000000..239dba8e25
--- /dev/null
+++ b/meta-oe/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@