diff options
Diffstat (limited to 'meta/packages/libgcrypt')
-rw-r--r-- | meta/packages/libgcrypt/libgcrypt_1.2.3.bb | 16 |
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" | |||
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "GPL LGPL FDL" | 4 | LICENSE = "GPL LGPL FDL" |
5 | DEPENDS = "libgpg-error" | 5 | DEPENDS = "libgpg-error" |
6 | |||
7 | PR = "r1" | 6 | PR = "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 | ||
17 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" | 16 | EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" |
18 | 17 | ||
19 | do_stage() { | 18 | ARM_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 | 20 | do_stage() { |
31 | install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal | 21 | autotools_stage_all |
32 | } | 22 | } |