libgcrypt: Use pkgconfig_stage

This commit is contained in:
Richard Purdie 2009-06-12 16:03:54 +01:00
parent 65395e2090
commit d555a21646
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
file://add-pkgconfig-support.patch;patch=1"
inherit autotools_stage binconfig pkgconfig
inherit autotools_stage binconfig pkgconfig pkgconfig_stage
EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"

View File

@ -1,3 +1,3 @@
require libgcrypt.inc
PR = "r5"
PR = "r6"