aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnutls
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-01-17 17:09:07 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-01-17 17:09:07 +0000
commit8f33c69ab16d9a314b3f5a7407f2a001990cc662 (patch)
treeca3a6922e0ccd8afd9520607a641fd58c36c8a4d /packages/gnutls
parentca697eceeb13ca2530b6140d84de870692475f63 (diff)
downloadopenembedded-8f33c69ab16d9a314b3f5a7407f2a001990cc662.tar.gz
gnutls: Cleanup and fixes.
- move 1.6.3-specific patches into respective recipe - renamed patch folder to contain version to which they belong
Diffstat (limited to 'packages/gnutls')
-rw-r--r--packages/gnutls/gnutls-1.6.3/.mtn2git_empty (renamed from packages/gnutls/gnutls/.mtn2git_empty)0
-rw-r--r--packages/gnutls/gnutls-1.6.3/configure_madness.patch (renamed from packages/gnutls/gnutls/configure_madness.patch)0
-rw-r--r--packages/gnutls/gnutls-1.6.3/gnutls-openssl.patch (renamed from packages/gnutls/gnutls/gnutls-openssl.patch)0
-rw-r--r--packages/gnutls/gnutls-1.6.3/gnutls-texinfo-euro.patch (renamed from packages/gnutls/gnutls/gnutls-texinfo-euro.patch)0
-rw-r--r--packages/gnutls/gnutls.inc5
-rw-r--r--packages/gnutls/gnutls_1.6.3.bb7
6 files changed, 8 insertions, 4 deletions
diff --git a/packages/gnutls/gnutls/.mtn2git_empty b/packages/gnutls/gnutls-1.6.3/.mtn2git_empty
index e69de29bb2..e69de29bb2 100644
--- a/packages/gnutls/gnutls/.mtn2git_empty
+++ b/packages/gnutls/gnutls-1.6.3/.mtn2git_empty
diff --git a/packages/gnutls/gnutls/configure_madness.patch b/packages/gnutls/gnutls-1.6.3/configure_madness.patch
index 26111dfe96..26111dfe96 100644
--- a/packages/gnutls/gnutls/configure_madness.patch
+++ b/packages/gnutls/gnutls-1.6.3/configure_madness.patch
diff --git a/packages/gnutls/gnutls/gnutls-openssl.patch b/packages/gnutls/gnutls-1.6.3/gnutls-openssl.patch
index e2c189592f..e2c189592f 100644
--- a/packages/gnutls/gnutls/gnutls-openssl.patch
+++ b/packages/gnutls/gnutls-1.6.3/gnutls-openssl.patch
diff --git a/packages/gnutls/gnutls/gnutls-texinfo-euro.patch b/packages/gnutls/gnutls-1.6.3/gnutls-texinfo-euro.patch
index e2a2762424..e2a2762424 100644
--- a/packages/gnutls/gnutls/gnutls-texinfo-euro.patch
+++ b/packages/gnutls/gnutls-1.6.3/gnutls-texinfo-euro.patch
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index 2211d5f798..d08b0ca931 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -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
diff --git a/packages/gnutls/gnutls_1.6.3.bb b/packages/gnutls/gnutls_1.6.3.bb
index a5b5341156..ddaef1dea3 100644
--- a/packages/gnutls/gnutls_1.6.3.bb
+++ b/packages/gnutls/gnutls_1.6.3.bb
@@ -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"