From fcb1791f553081e5267c2d0b7795eab224b4a342 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 Dec 2008 01:13:47 +0000 Subject: classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools --- meta/packages/opkg/opkg.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/opkg') diff --git a/meta/packages/opkg/opkg.inc b/meta/packages/opkg/opkg.inc index d0167f6283..d131753ddb 100644 --- a/meta/packages/opkg/opkg.inc +++ b/meta/packages/opkg/opkg.inc @@ -11,8 +11,4 @@ SRC_URI = "svn://svn.openmoko.org/trunk/src/target/;module=opkg;proto=http \ S = "${WORKDIR}/opkg" -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +inherit autotools_stage pkgconfig -- cgit v1.2.3-54-g00ecf