[oe-commits] Steffen Sledz : neon: use gnutls-2. patch to fix the building with newer gnutls releases

GIT User account git at amethyst.openembedded.net
Mon Mar 2 18:17:53 UTC 2009


Module: openembedded.git
Branch: mickey/org.openembedded.dev
Commit: 8b18fb0503145597f294a6143748caf6eb84af1d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8b18fb0503145597f294a6143748caf6eb84af1d

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Sun Mar  1 01:52:27 2009 -0300

neon: use gnutls-2.patch to fix the building with newer gnutls releases

---

 packages/neon/neon_0.25.5.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/neon/neon_0.25.5.bb b/packages/neon/neon_0.25.5.bb
index f935fdb..9151a74 100644
--- a/packages/neon/neon_0.25.5.bb
+++ b/packages/neon/neon_0.25.5.bb
@@ -4,10 +4,11 @@ SECTION = "libs"
 LICENSE = "LGPL"
 DEPENDS = "zlib libxml2 expat time gnutls"
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
-	file://gnutls-force-and-detect.patch;patch=1"
+           file://gnutls-force-and-detect.patch;patch=1 \
+           file://gnutls-2.patch;patch=1"
 
 inherit autotools binconfig lib_package pkgconfig
 





More information about the Openembedded-commits mailing list