From 6174a051040be2e78056011d4bbd226eb1550772 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 26 Oct 2007 13:21:27 +0000 Subject: 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 --- meta/packages/libgcrypt/libgcrypt_1.2.3.bb | 16 +++------------- 1 file 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 885338618..74205da67 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" PRIORITY = "optional" LICENSE = "GPL LGPL FDL" DEPENDS = "libgpg-error" - PR = "r1" # move libgcrypt-config into -dev package @@ -16,17 +15,8 @@ inherit autotools binconfig EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" -do_stage() { - oe_libinstall -so -C src libgcrypt ${STAGING_LIBDIR} - oe_libinstall -so -C src libgcrypt-pthread ${STAGING_LIBDIR} - install -m 0755 src/libgcrypt-config ${STAGING_BINDIR_CROSS}/ - - install -d ${STAGING_INCDIR}/ - for X in gcrypt.h gcrypt-module.h - do - install -m 0644 src/${X} ${STAGING_INCDIR}/${X} - done +ARM_INSTRUCTION_SET = "arm" - install -d ${STAGING_DATADIR}/aclocal - install -m 0644 src/libgcrypt.m4 ${STAGING_DATADIR}/aclocal +do_stage() { + autotools_stage_all } -- cgit v1.2.3