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/file/file_4.18.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/file') diff --git a/meta/packages/file/file_4.18.bb b/meta/packages/file/file_4.18.bb index a98c68009..c26228a36 100644 --- a/meta/packages/file/file_4.18.bb +++ b/meta/packages/file/file_4.18.bb @@ -9,14 +9,10 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://filesystems" S = "${WORKDIR}/file-${PV}" -inherit autotools +inherit autotools_stage do_configure_prepend() { sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am cp ${WORKDIR}/dump ${S}/magic/Magdir/ cp ${WORKDIR}/filesystems ${S}/magic/Magdir/ } - -do_stage() { - autotools_stage_all -} -- cgit v1.2.3