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 | |
| parent | 65395e2090f489a45a9155fc064dda98012a1cb7 (diff) | |
| download | poky-d555a2164609e240b2611b12c7ee7345c57a8ece.tar.gz | |
libgcrypt: Use pkgconfig_stage
| -rw-r--r-- | meta/packages/libgcrypt/libgcrypt.inc | 2 | ||||
| -rw-r--r-- | meta/packages/libgcrypt/libgcrypt_1.2.4.bb | 2 |
2 files changed, 2 insertions, 2 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 | ||
diff --git a/meta/packages/libgcrypt/libgcrypt_1.2.4.bb b/meta/packages/libgcrypt/libgcrypt_1.2.4.bb index 7239cae548..6f2097e54a 100644 --- a/meta/packages/libgcrypt/libgcrypt_1.2.4.bb +++ b/meta/packages/libgcrypt/libgcrypt_1.2.4.bb | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | require libgcrypt.inc | 1 | require libgcrypt.inc |
| 2 | 2 | ||
| 3 | PR = "r5" | 3 | PR = "r6" |
