From 4d1f39af753ff93e08c91e08bc1b7c0037b89142 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 26 Apr 2010 17:41:05 +0100 Subject: autotools: deprecate autotools_stage class Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock --- meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/libsdl') diff --git a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb index 1bc5f64f0..633a4c284 100644 --- a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb +++ b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb @@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ file://kernel-asm-page.patch;patch=1 " S = "${WORKDIR}/SDL-${PV}" -inherit autotools_stage binconfig pkgconfig nativesdk +inherit autotools binconfig pkgconfig nativesdk EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \ --enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \ -- cgit v1.2.3