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/libnl/libnl_1.0-pre6.bb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'meta/packages/libnl') diff --git a/meta/packages/libnl/libnl_1.0-pre6.bb b/meta/packages/libnl/libnl_1.0-pre6.bb index 300222ca42..740bc937d7 100644 --- a/meta/packages/libnl/libnl_1.0-pre6.bb +++ b/meta/packages/libnl/libnl_1.0-pre6.bb @@ -5,14 +5,9 @@ HOMEPAGE = "http://people.suug.ch/~tgr/libnl/" PRIORITY = "optional" PV = "0.99+1.0-pre6" -inherit autotools pkgconfig +inherit autotools_stage pkgconfig SRC_URI= "http://people.suug.ch/~tgr/libnl/files/${PN}-1.0-pre6.tar.gz \ file://local-includes.patch;patch=1" S = "${WORKDIR}/${PN}-1.0-pre6" - -do_stage () { - autotools_stage_all prefix=${prefix} -} - -- cgit v1.2.3-54-g00ecf