mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
gnutls.inc: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: fd340e0df63981a75a7e28e3c67760dff04b6f56) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "GNU Transport Layer Security Library"
|
DESCRIPTION = "GNU Transport Layer Security Library"
|
||||||
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
HOMEPAGE = "http://www.gnu.org/software/gnutls/"
|
||||||
BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
|
BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
|
||||||
DEPENDS = "zlib lzo gettext libtasn1 libgcrypt (>= 1.4.2)"
|
DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
|
|||||||
|
|
||||||
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
|
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
|
||||||
|
|
||||||
inherit autotools binconfig pkgconfig
|
inherit autotools binconfig pkgconfig gettext
|
||||||
|
|
||||||
EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
|
EXTRA_OECONF="--with-included-opencdk --with-included-libcfg --disable-rpath \
|
||||||
--with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \
|
--with-libtasn1-prefix=${STAGING_DIR_HOST}${prefix} \
|
||||||
|
|||||||
Reference in New Issue
Block a user