gnutls: Cleanup and fixes.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 17 Jan 2008 17:09:07 +0000 (17:09 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 17 Jan 2008 17:09:07 +0000 (17:09 +0000)
  - move 1.6.3-specific patches into respective recipe
  - renamed patch folder to contain version to which they belong

packages/gnutls/gnutls-1.6.3/.mtn2git_empty [moved from packages/gnutls/gnutls/.mtn2git_empty with 100% similarity]
packages/gnutls/gnutls-1.6.3/configure_madness.patch [moved from packages/gnutls/gnutls/configure_madness.patch with 100% similarity]
packages/gnutls/gnutls-1.6.3/gnutls-openssl.patch [moved from packages/gnutls/gnutls/gnutls-openssl.patch with 100% similarity]
packages/gnutls/gnutls-1.6.3/gnutls-texinfo-euro.patch [moved from packages/gnutls/gnutls/gnutls-texinfo-euro.patch with 100% similarity]
packages/gnutls/gnutls.inc
packages/gnutls/gnutls_1.6.3.bb

index 2211d5f..d08b0ca 100644 (file)
@@ -4,10 +4,7 @@ DEPENDS = "zlib libgcrypt lzo"
 
 LICENSE = "LGPL"
 
-SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
-           file://gnutls-openssl.patch;patch=1 \
-           file://gnutls-texinfo-euro.patch;patch=1 \
-           file://configure_madness.patch;patch=1 "
+SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
 
 inherit autotools binconfig pkgconfig
 
index a5b5341..ddaef1d 100644 (file)
@@ -1,2 +1,9 @@
 require gnutls.inc
+
+SRC_URI += "\
+       file://gnutls-openssl.patch;patch=1 \
+       file://gnutls-texinfo-euro.patch;patch=1 \
+       file://configure_madness.patch;patch=1 \
+       "
+
 PR = "r3"