From 170985eff151978edf514d10ccf87bde05ebf89d Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Mon, 15 Nov 2010 21:16:28 +0800 Subject: neon: Upgraded to version 0.29.5 Signed-off-by: Dongxiao Xu --- meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch | 16 ---------------- meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch | 16 ++++++++++++++++ meta/recipes-support/neon/neon_0.29.3.bb | 16 ---------------- meta/recipes-support/neon/neon_0.29.5.bb | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch create mode 100644 meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch delete mode 100644 meta/recipes-support/neon/neon_0.29.3.bb create mode 100644 meta/recipes-support/neon/neon_0.29.5.bb (limited to 'meta/recipes-support/neon') diff --git a/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch b/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch deleted file mode 100644 index 6256d9ab2b..0000000000 --- a/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- - 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@ diff --git a/meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch b/meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch new file mode 100644 index 0000000000..6256d9ab2b --- /dev/null +++ b/meta/recipes-support/neon/neon-0.29.5/pkgconfig.patch @@ -0,0 +1,16 @@ +--- + 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@ diff --git a/meta/recipes-support/neon/neon_0.29.3.bb b/meta/recipes-support/neon/neon_0.29.3.bb deleted file mode 100644 index bb18893f9e..0000000000 --- a/meta/recipes-support/neon/neon_0.29.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." -HOMEPAGE = "http://www.webdav.org/neon/" -SECTION = "libs" -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ - file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" -DEPENDS = "zlib libxml2 expat time gnutls" - -PR = "r0" - -SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ - file://pkgconfig.patch;patch=1" - -inherit autotools binconfig lib_package pkgconfig - -EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" diff --git a/meta/recipes-support/neon/neon_0.29.5.bb b/meta/recipes-support/neon/neon_0.29.5.bb new file mode 100644 index 0000000000..bb18893f9e --- /dev/null +++ b/meta/recipes-support/neon/neon_0.29.5.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface." +HOMEPAGE = "http://www.webdav.org/neon/" +SECTION = "libs" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a \ + file://src/ne_utils.h;beginline=1;endline=20;md5=2caca609538eddaa6f6adf120a218037" +DEPENDS = "zlib libxml2 expat time gnutls" + +PR = "r0" + +SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \ + file://pkgconfig.patch;patch=1" + +inherit autotools binconfig lib_package pkgconfig + +EXTRA_OECONF = "--with-ssl=gnutls --with-libxml2 --with-expat --enable-shared" -- cgit 1.2.3-korg