[oe-commits] Koen Kooi : libsdl-image: convert to new style staging

git version control git at git.openembedded.org
Sat May 8 16:09:29 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat May  8 18:08:42 2010 +0200

libsdl-image: convert to new style staging

---

 recipes/libsdl/libsdl-image.inc |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/recipes/libsdl/libsdl-image.inc b/recipes/libsdl/libsdl-image.inc
index 014dca4..4379fe0 100644
--- a/recipes/libsdl/libsdl-image.inc
+++ b/recipes/libsdl/libsdl-image.inc
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 DEPENDS = "zlib libpng jpeg virtual/libsdl"
 LICENSE = "LGPL"
 
-INC_PR = "r4"
+INC_PR = "r5"
 
 SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
 
@@ -14,8 +14,3 @@ inherit autotools
 
 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
-do_stage() {
-	oe_libinstall -so libSDL_image ${STAGING_LIBDIR}
-	ln -sf libSDL_image.so ${STAGING_LIBDIR}/libSDL_image-1.2.so
-	install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h
-}





More information about the Openembedded-commits mailing list