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/libidl/libidl_0.8.3.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta/packages/libidl') diff --git a/meta/packages/libidl/libidl_0.8.3.bb b/meta/packages/libidl/libidl_0.8.3.bb index 32979027a..ac10a2422 100644 --- a/meta/packages/libidl/libidl_0.8.3.bb +++ b/meta/packages/libidl/libidl_0.8.3.bb @@ -8,11 +8,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz S = "${WORKDIR}/libIDL-${PV}" BINCONFIG_GLOB = "*-config-2" -inherit autotools pkgconfig binconfig - -do_stage() { - autotools_stage_all -} +inherit autotools_stage pkgconfig binconfig FILES_${PN} = "${libdir}/*.so.*" FILES_${PN}-dev += " ${bindir}" -- cgit v1.2.3