aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon/pkgconfig.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-22 18:32:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-02 11:24:37 +0000
commit62513ad6d38e4aba3e6b155e04c4c6344ed70ebc (patch)
tree44a50fe0e7cdf49f7026b27bc14b2db0ff5bb91c /meta/recipes-support/neon/neon/pkgconfig.patch
parent1adff22d486a24b16d7233c1fd0a63c774f4e4ad (diff)
downloadopenembedded-core-contrib-62513ad6d38e4aba3e6b155e04c4c6344ed70ebc.tar.gz
neon: remove the recipe
For these reasons: 1) Upstream website has been dead for quite a while now; 2) Nothing is actually using neon in oe-core, except one gstreamer plugin in gst-plugins-bad (and I couldn't find evidence of that plugin being used anywhere) However, the recipe is still required by libmusicbrainz in meta-oe and so it will be moved there (with the tarball taken from debian). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/neon/neon/pkgconfig.patch')
-rw-r--r--meta/recipes-support/neon/neon/pkgconfig.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/neon/neon/pkgconfig.patch b/meta/recipes-support/neon/neon/pkgconfig.patch
deleted file mode 100644
index 239dba8e25..0000000000
--- a/meta/recipes-support/neon/neon/pkgconfig.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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@