]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgcrypt: change staging to autotools one (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Oct 2007 13:21:27 +0000 (13:21 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 26 Oct 2007 13:21:27 +0000 (13:21 +0000)
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

index 885338618440488b84c43f9129fec760ee3da0db..74205da673cc8c30f839299118e5b75de401228d 100644 (file)
@@ -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
 }