From: Richard Purdie Date: Fri, 12 Jun 2009 15:03:09 +0000 (+0100) Subject: gnutls: Use pkgconfig_stage X-Git-Tag: 2011-1~7309 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1bc852322ec5bf3f0448d88043cacc84b3a1cbee;p=openembedded-core.git gnutls: Use pkgconfig_stage --- diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc index f4a80abadc..e871ab4181 100644 --- a/meta/packages/gnutls/gnutls.inc +++ b/meta/packages/gnutls/gnutls.inc @@ -6,7 +6,7 @@ LICENSE = "LGPL" SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" -inherit autotools binconfig pkgconfig +inherit autotools binconfig pkgconfig pkgconfig_stage EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${layout_prefix} --with-lzo --disable-guile"