diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:54 +0100 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:03:54 +0100 | 
| commit | d555a2164609e240b2611b12c7ee7345c57a8ece (patch) | |
| tree | cfce7a70096f946a778c7e5262ac1fd311a65290 /meta/packages/libgcrypt/libgcrypt.inc | |
| parent | 65395e2090f489a45a9155fc064dda98012a1cb7 (diff) | |
| download | poky-d555a2164609e240b2611b12c7ee7345c57a8ece.tar.gz | |
libgcrypt: Use pkgconfig_stage
Diffstat (limited to 'meta/packages/libgcrypt/libgcrypt.inc')
| -rw-r--r-- | meta/packages/libgcrypt/libgcrypt.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta/packages/libgcrypt/libgcrypt.inc b/meta/packages/libgcrypt/libgcrypt.inc index ccbb4b7066..52785a64d5 100644 --- a/meta/packages/libgcrypt/libgcrypt.inc +++ b/meta/packages/libgcrypt/libgcrypt.inc | |||
| @@ -7,7 +7,7 @@ DEPENDS = "libgpg-error" | |||
| 7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | 7 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ | 
| 8 | file://add-pkgconfig-support.patch;patch=1" | 8 | file://add-pkgconfig-support.patch;patch=1" | 
| 9 | 9 | ||
| 10 | inherit autotools_stage binconfig pkgconfig | 10 | inherit autotools_stage binconfig pkgconfig pkgconfig_stage | 
| 11 | 11 | ||
| 12 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | 12 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | 
| 13 | 13 | ||
