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/gnutls | |
parent | 83e3a45aad0332915a908d97302dd3442947d335 (diff) | |
download | poky-1bc852322ec5bf3f0448d88043cacc84b3a1cbee.tar.gz |
gnutls: Use pkgconfig_stage
Diffstat (limited to 'meta/packages/gnutls')
-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" | |||
6 | 6 | ||
7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" | 7 | SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2" |
8 | 8 | ||
9 | inherit autotools binconfig pkgconfig | 9 | inherit autotools binconfig pkgconfig pkgconfig_stage |
10 | 10 | ||
11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${layout_prefix} --with-lzo --disable-guile" | 11 | EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1 --with-included-libcfg --with-libz-prefix=${STAGING_DIR_HOST}${layout_prefix} --with-lzo --disable-guile" |
12 | 12 | ||