diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index a795585d6f..2dcd8a018e 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "GNU Transport Layer Security Library" | 1 | DESCRIPTION = "GNU Transport Layer Security Library" |
2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnutls/" |
3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" | 3 | BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" |
4 | DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)" | 4 | DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)" |
5 | 5 | ||
6 | BBCLASSEXTEND = "native" | 6 | BBCLASSEXTEND = "native" |
7 | 7 | ||
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
17 | 17 | ||
18 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" | 18 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |
19 | 19 | ||
20 | inherit autotools binconfig pkgconfig | 20 | inherit autotools binconfig pkgconfig gettext |
21 | 21 | ||
22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ | 22 | EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \ |
23 | --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ | 23 | --with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \ |