From e380b48602db316c7d12d328192eadc52e5be861 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Dec 2008 19:02:44 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to simplify recipes using standard autotools --- meta/packages/libgcrypt/libgcrypt.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/libgcrypt/libgcrypt.inc') diff --git a/meta/packages/libgcrypt/libgcrypt.inc b/meta/packages/libgcrypt/libgcrypt.inc index 5fe2b4912..ccbb4b706 100644 --- a/meta/packages/libgcrypt/libgcrypt.inc +++ b/meta/packages/libgcrypt/libgcrypt.inc @@ -7,16 +7,12 @@ DEPENDS = "libgpg-error" SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-${PV}.tar.gz \ file://add-pkgconfig-support.patch;patch=1" -inherit autotools binconfig pkgconfig +inherit autotools_stage binconfig pkgconfig EXTRA_OECONF = "--without-pth --disable-asm --with-capabilities" ARM_INSTRUCTION_SET = "arm" -do_stage() { - autotools_stage_all -} - # move libgcrypt-config into -dev package FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig/*.pc" -- cgit v1.2.3