summaryrefslogtreecommitdiffstats
path: root/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/libgcrypt/libgcrypt_1.2.3.bb')
-rw-r--r--meta/packages/libgcrypt/libgcrypt_1.2.3.bb16
1 files changed, 3 insertions, 13 deletions
diff --git a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb b/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
index 8853386184..74205da673 100644
--- a/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
+++ b/meta/packages/libgcrypt/libgcrypt_1.2.3.bb
@@ -3,7 +3,6 @@ SECTION = "libs"
3PRIORITY = "optional" 3PRIORITY = "optional"
4LICENSE = "GPL LGPL FDL" 4LICENSE = "GPL LGPL FDL"
5DEPENDS = "libgpg-error" 5DEPENDS = "libgpg-error"
6
7PR = "r1" 6PR = "r1"
8 7
9# move libgcrypt-config into -dev package 8# move libgcrypt-config into -dev package
@@ -16,17 +15,8 @@ inherit autotools binconfig
16 15
17EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" 16EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
18 17
19do_stage() { 18ARM_INSTRUCTION_SET = "arm"
20 oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR}
21 oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR}
22 install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/
23
24 install -d ${STAGING_INCDIR}/
25 for X in gcrypt.h gcrypt-module.h
26 do
27 install -m 0644 src/${X} ${STAGING_INCDIR}/${X}
28 done
29 19
30 install -d ${STAGING_DATADIR}/aclocal 20do_stage() {
31 install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal 21 autotools_stage_all
32} 22}