From 0e7c8367e544a2b4a67bcfc5b63b0b6e27f72187 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 18 Jan 2009 13:07:33 +0000 Subject: meta-moblin: Convert from recipes to use the autotools_stage class --- meta-moblin/packages/xorg-driver/xf86-driver-common.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'meta-moblin/packages/xorg-driver/xf86-driver-common.inc') diff --git a/meta-moblin/packages/xorg-driver/xf86-driver-common.inc b/meta-moblin/packages/xorg-driver/xf86-driver-common.inc index 308d06e0b..3cb8cd021 100644 --- a/meta-moblin/packages/xorg-driver/xf86-driver-common.inc +++ b/meta-moblin/packages/xorg-driver/xf86-driver-common.inc @@ -16,11 +16,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" FILES_${PN} += " ${libdir}/xorg/modules/drivers/*.so" FILES_${PN}-dbg += " ${libdir}/xorg/modules/drivers/.debug" -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +inherit autotools_stage pkgconfig # AC_CHECK_FILE doesn't work when cross compiling, so we create a replacement # macro that simply assumes the test succeeds. -- cgit v1.2.3