diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:09 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:09 +0100 |
commit | 1bc852322ec5bf3f0448d88043cacc84b3a1cbee (patch) | |
tree | 9e8069985f74b504fc139304eb0313733e559fd8 /meta/packages | |
parent | 83e3a45aad0332915a908d97302dd3442947d335 (diff) | |
download | openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.gz openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.bz2 openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.zip |
gnutls: Use pkgconfig_stage
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gnutls/gnutls.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |