diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-08-05 10:55:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-06 12:39:57 +0100 |
commit | c57d05ea3c6ca7810dc0df698916a2df24179d07 (patch) | |
tree | 797ee4418daaffe7b707ea4bedf660eb4b92a1d0 /meta/recipes-support/neon/neon-0.30.0 | |
parent | bd96581c8bb25cc6e7441b8ee72d4e939ddfb0cd (diff) | |
download | poky-c57d05ea3c6ca7810dc0df698916a2df24179d07.tar.gz |
neon: upgrade to v0.30.0
(From OE-Core rev: 4f689b16bc087cf0c15856a61e2ef3ca3bc24181)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/neon/neon-0.30.0')
-rw-r--r-- | meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch new file mode 100644 index 0000000000..1a2550c6fb --- /dev/null +++ b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | neon.pc.in | 2 +- | ||
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
6 | |||
7 | --- neon-0.28.1.orig/neon.pc.in | ||
8 | +++ neon-0.28.1/neon.pc.in | ||
9 | @@ -4,8 +4,8 @@ libdir=@libdir@ | ||
10 | includedir=@includedir@ | ||
11 | |||
12 | Name: neon | ||
13 | Description: HTTP/WebDAV client library | ||
14 | Version: @NEON_VERSION@ | ||
15 | -Libs.private: @NEON_LIBS@ | ||
16 | +Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls | ||
17 | Libs: -L${libdir} -lneon @NEON_PC_LIBS@ | ||
18 | Cflags: -I${includedir}/neon @NEON_CFLAGS@ | ||