[oe-commits] Andre McCurdy : neon: update 0.30.0 -> 0.30.1

git at git.openembedded.org git at git.openembedded.org
Mon Feb 16 09:10:01 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: f02b33329bd382d66756ad01292daa9441a79742
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f02b33329bd382d66756ad01292daa9441a79742

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Fri Feb 13 15:23:11 2015 -0800

neon: update 0.30.0 -> 0.30.1

pkgconfig.patch needed a minor refresh due to the following fix for
static linking using neon.pc being merged upstream:

  http://lists.manyfish.co.uk/pipermail/neon/2013-October/001568.html

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../neon/{neon-0.30.0 => neon}/pkgconfig.patch                | 11 ++++-------
 meta/recipes-support/neon/{neon_0.30.0.bb => neon_0.30.1.bb}  |  4 ++--
 2 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch b/meta/recipes-support/neon/neon/pkgconfig.patch
similarity index 73%
rename from meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
rename to meta/recipes-support/neon/neon/pkgconfig.patch
index 1a2550c..239dba8 100644
--- a/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
+++ b/meta/recipes-support/neon/neon/pkgconfig.patch
@@ -4,15 +4,12 @@ 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
+--- 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
- Libs: -L${libdir} -lneon @NEON_PC_LIBS@
  Cflags: -I${includedir}/neon @NEON_CFLAGS@
diff --git a/meta/recipes-support/neon/neon_0.30.0.bb b/meta/recipes-support/neon/neon_0.30.1.bb
similarity index 84%
rename from meta/recipes-support/neon/neon_0.30.0.bb
rename to meta/recipes-support/neon/neon_0.30.1.bb
index 61bd7d9..9245244 100644
--- a/meta/recipes-support/neon/neon_0.30.0.bb
+++ b/meta/recipes-support/neon/neon_0.30.1.bb
@@ -11,8 +11,8 @@ BBCLASSEXTEND = "native"
 
 SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
            file://pkgconfig.patch"
-SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94"
-SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2"
+SRC_URI[md5sum] = "231adebe5c2f78fded3e3df6e958878e"
+SRC_URI[sha256sum] = "00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd"
 
 BINCONFIG = "${bindir}/neon-config"
 



More information about the Openembedded-commits mailing list