summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-13 19:56:58 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-13 19:56:58 +0000
commit210caef864c14cf30c224f2ae09253bdf6932d7e (patch)
treec06e7ab0da63eed24495229b75bf7b6395c190b7 /meta/packages/gnutls/gnutls.inc
parent18f2e2772aa8a741317639bcd82be013277922bb (diff)
downloadpoky-210caef864c14cf30c224f2ae09253bdf6932d7e.tar.gz
gnutls: Remove some bad flags from configure.ac
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3142 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gnutls/gnutls.inc')
-rw-r--r--meta/packages/gnutls/gnutls.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc
index ab5ba1d1d0..2211d5f798 100644
--- a/meta/packages/gnutls/gnutls.inc
+++ b/meta/packages/gnutls/gnutls.inc
@@ -6,7 +6,8 @@ LICENSE = "LGPL"
6 6
7SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ 7SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
8 file://gnutls-openssl.patch;patch=1 \ 8 file://gnutls-openssl.patch;patch=1 \
9 file://gnutls-texinfo-euro.patch;patch=1" 9 file://gnutls-texinfo-euro.patch;patch=1 \
10 file://configure_madness.patch;patch=1 "
10 11
11inherit autotools binconfig pkgconfig 12inherit autotools binconfig pkgconfig
12 13