[oe-commits] Koen Kooi : libsdl-mixer: convert to autotools_stage

GIT User account git at amethyst.openembedded.net
Sat Apr 25 07:59:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d8b6dce76b97a69bc4678d3d8df5c9fcf906b913
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d8b6dce76b97a69bc4678d3d8df5c9fcf906b913

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Apr 25 09:45:33 2009 +0200

libsdl-mixer: convert to autotools_stage

---

 recipes/libsdl/libsdl-mixer_1.2.8.bb |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/libsdl/libsdl-mixer_1.2.8.bb b/recipes/libsdl/libsdl-mixer_1.2.8.bb
index 229108f..fec24ca 100644
--- a/recipes/libsdl/libsdl-mixer_1.2.8.bb
+++ b/recipes/libsdl/libsdl-mixer_1.2.8.bb
@@ -11,13 +11,8 @@ S = "${WORKDIR}/SDL_mixer-${PV}"
 
 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
-inherit autotools
+inherit autotools_stage
 
 EXTRA_OECONF = "--disable-music-mp3"
 # although we build smpeg... need to find out how
 # to deal with optional dependencies
-
-do_stage() {
-	autotools_stage_all
-}
-





More information about the Openembedded-commits mailing list