ti-c6accel_1.00.00.04: add new recipe
[openembedded.git] / recipes / libgcrypt / libgcrypt.inc
blobf29dc8da34018a1f63cffaf0f9764b640e431eb7
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"
7 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \
8            file://add-pkgconfig-support.patch \
9            file://mips-h-constraint.patch"
11 inherit autotools binconfig pkgconfig lib_package
13 EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
15 ARM_INSTRUCTION_SET = "arm"
17 do_install_append() {
18         install -d ${D}/${libdir}/pkgconfig/
19         cp ${S}/src/*.pc ${D}/${libdir}/pkgconfig/
22 BBCLASSEXTEND = "native"