diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:27:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 16:27:24 +0000 |
commit | e292c5108176e971889394624999eccbe2a96439 (patch) | |
tree | bd00a5c8fdd9698b2e5bc66fa4c3e98a4e3ec43b /meta/packages/gnutls/gnutls.inc | |
parent | 61d68105768485b6c0b88081250b9599c0975fce (diff) | |
download | poky-e292c5108176e971889394624999eccbe2a96439.tar.gz |
gnutls: Sync with OE for enhanced configure patch, remove unused file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4067 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnutls/gnutls.inc')
-rw-r--r-- | meta/packages/gnutls/gnutls.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index 2211d5f798..d08b0ca931 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc | |||
@@ -4,10 +4,7 @@ DEPENDS = "zlib libgcrypt lzo" | |||
4 | 4 | ||
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ | 7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |
8 | file://gnutls-openssl.patch;patch=1 \ | ||
9 | file://gnutls-texinfo-euro.patch;patch=1 \ | ||
10 | file://configure_madness.patch;patch=1 " | ||
11 | 8 | ||
12 | inherit autotools binconfig pkgconfig | 9 | inherit autotools binconfig pkgconfig |
13 | 10 | ||