diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:00:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 22:00:26 +0000 |
| commit | ce1e2f2df5b245382aa90fb37aae879faf87a570 (patch) | |
| tree | 12a8f06a6b63d0a3db9a54cbd421f58e48158957 /meta/packages/libgcrypt/libgcrypt_1.2.3.bb | |
| parent | d36c1d83f5d7735fdbcbc654e01a6c7a0a2b9ef2 (diff) | |
| download | poky-ce1e2f2df5b245382aa90fb37aae879faf87a570.tar.gz | |
libgcrypt: Upgrade to 1.2.4 and add pkgconfig support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4081 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libgcrypt/libgcrypt_1.2.3.bb')
| -rw-r--r-- | meta/packages/libgcrypt/libgcrypt_1.2.3.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb b/meta/packages/libgcrypt/libgcrypt_1.2.3.bb deleted file mode 100644 index 74205da673..0000000000 --- a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "A general purpose cryptographic library based on the code from GnuPG" | ||
| 2 | SECTION = "libs" | ||
| 3 | PRIORITY = "optional" | ||
| 4 | LICENSE = "GPL LGPL FDL" | ||
| 5 | DEPENDS = "libgpg-error" | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | # move libgcrypt-config into -dev package | ||
| 9 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 10 | FILES_${PN}-dev += "${bindir}" | ||
| 11 | |||
| 12 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz" | ||
| 13 | |||
| 14 | inherit autotools binconfig | ||
| 15 | |||
| 16 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | ||
| 17 | |||
| 18 | ARM_INSTRUCTION_SET = "arm" | ||
| 19 | |||
| 20 | do_stage() { | ||
| 21 | autotools_stage_all | ||
| 22 | } | ||
