summaryrefslogtreecommitdiffstats
path: root/meta/packages/libgcrypt
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:21:27 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-26 13:21:27 +0000
commit6174a051040be2e78056011d4bbd226eb1550772 (patch)
tree7cc3ee3d2667aa80a74832a905e7e7e8ef370444 /meta/packages/libgcrypt
parent4b780366b037003bc3c8a7a2b8fe32b0c63572e0 (diff)
downloadpoky-6174a051040be2e78056011d4bbd226eb1550772.tar.gz
libgcrypt: change staging to autotools one (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3007 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libgcrypt')
-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}