[oe-commits] : libsdl-image: Moved common parts into libsdl-image.inc, added version 1. 2.6

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Oct 10 14:16:31 UTC 2008


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

Author:  <thebohemian at openembedded.org>
Date:   Thu Oct  9 09:24:57 2008 +0000

libsdl-image: Moved common parts into libsdl-image.inc, added version 1.2.6

---

 packages/libsdl/libsdl-image.inc      |   18 ++++++++++++++++++
 packages/libsdl/libsdl-image_1.2.3.bb |   11 +++--------
 packages/libsdl/libsdl-image_1.2.6.bb |    8 ++++++++
 3 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/packages/libsdl/libsdl-image.inc b/packages/libsdl/libsdl-image.inc
new file mode 100644
index 0000000..1212e9c
--- /dev/null
+++ b/packages/libsdl/libsdl-image.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Simple DirectMedia Layer image library."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "zlib libpng jpeg virtual/libsdl"
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
+
+S = "${WORKDIR}/SDL_image-${PV}"
+
+inherit autotools
+
+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
+}
+
diff --git a/packages/libsdl/libsdl-image_1.2.3.bb b/packages/libsdl/libsdl-image_1.2.3.bb
index 7bf2441..0c83158 100644
--- a/packages/libsdl/libsdl-image_1.2.3.bb
+++ b/packages/libsdl/libsdl-image_1.2.3.bb
@@ -1,15 +1,10 @@
-DESCRIPTION = "Simple DirectMedia Layer image library."
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "zlib libpng jpeg virtual/libsdl"
-LICENSE = "LGPL"
+require libsdl-image.inc
+
 PR = "r2"
 
-SRC_URI = "\
-  http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz \
+SRC_URI += "\
   file://autotools.patch;patch=1 \
 "
-S = "${WORKDIR}/SDL_image-${PV}"
 
 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
 
diff --git a/packages/libsdl/libsdl-image_1.2.6.bb b/packages/libsdl/libsdl-image_1.2.6.bb
new file mode 100644
index 0000000..27b5aa7
--- /dev/null
+++ b/packages/libsdl/libsdl-image_1.2.6.bb
@@ -0,0 +1,8 @@
+require libsdl-image.inc
+
+do_unpackpost() {
+	# Removing this file fixes a libtool version mismatch.
+	rm acinclude/libtool.m4
+}
+
+addtask unpackpost after do_unpack before do_patch





More information about the Openembedded-commits mailing list