summaryrefslogtreecommitdiffstats
path: root/meta/packages/gnutls
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
parent83e3a45aad0332915a908d97302dd3442947d335 (diff)
downloadpoky-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.gz
gnutls: Use pkgconfig_stage
Diffstat (limited to 'meta/packages/gnutls')
-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 f4a80abadc..e871ab4181 100644
--- a/meta/packages/gnutls/gnutls.inc
+++ b/meta/packages/gnutls/gnutls.inc
@@ -6,7 +6,7 @@ LICENSE = "LGPL"
6 6
7SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" 7SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
8 8
9inherit autotools binconfig pkgconfig 9inherit autotools binconfig pkgconfig pkgconfig_stage
10 10
11EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${layout_prefix} --with-lzo --disable-guile" 11EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${layout_prefix} --with-lzo --disable-guile"
12 12