From 1bc852322ec5bf3f0448d88043cacc84b3a1cbee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 12 Jun 2009 16:03:09 +0100 Subject: [PATCH] gnutls: Use pkgconfig_stage --- meta/packages/gnutls/gnutls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"