summaryrefslogtreecommitdiff
path: root/meta/packages/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-12 16:03:09 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-12 16:03:09 +0100
commit1bc852322ec5bf3f0448d88043cacc84b3a1cbee (patch)
tree9e8069985f74b504fc139304eb0313733e559fd8 /meta/packages/gnutls/gnutls.inc
parent83e3a45aad0332915a908d97302dd3442947d335 (diff)
downloadopenembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.gz
openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.bz2
openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.xz
openembedded-core-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.zip
gnutls: Use pkgconfig_stage
Diffstat (limited to 'meta/packages/gnutls/gnutls.inc')
-rw-r--r--meta/packages/gnutls/gnutls.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gnutls/gnutls.inc b/meta/packages/gnutls/gnutls.inc
index f4a80abad..e871ab418 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"