]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: Use pkgconfig_stage
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 12 Jun 2009 15:03:09 +0000 (16:03 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 12 Jun 2009 15:03:09 +0000 (16:03 +0100)
meta/packages/gnutls/gnutls.inc

index f4a80abadc66e709bcc0b561cb07159f201943c2..e871ab418194ed79cc182897c5d21b901a52ce98 100644 (file)
@@ -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"