libgcrypt/libgcrypt_1.2.3.bb : remove custom do_stage as its not needed and
authorGraeme Gregory <dp@xora.org.uk>
Tue, 2 Oct 2007 08:20:25 +0000 (08:20 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 2 Oct 2007 08:20:25 +0000 (08:20 +0000)
doesnt actually stage enough.

packages/libgcrypt/libgcrypt_1.2.3.bb

index 3cca30a..fb4631f 100644 (file)
@@ -17,14 +17,5 @@ EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities"
 ARM_INSTRUCTION_SET = "arm"
 
 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
-
+       autotools_stage_all
 }