From 00027f0ad1603b228bbd879d5f0d1d41a559c3a7 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 21 Jan 2004 18:27:57 +0000 Subject: fix staging (this time for real) sometimes oebuild is too fault-tolerant, i.e. commands in the shell can just fail but it continues the build. BKrev: 400ec4adDqnrxOLYkvgtnLiQwxzodA --- libsdl/libsdl-image_1.2.3.oe | 16 ++++++++++++++++ libsdl/libsdl-mixer_1.2.5.oe | 16 ++++++++++++++++ libsdl/libsdl-net_1.2.5.oe | 16 ++++++++++++++++ libsdl/smpeg_cvs.oe | 2 +- 4 files changed, 49 insertions(+), 1 deletion(-) (limited to 'libsdl') diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe index e69de29bb2..ba8a08096d 100644 --- a/libsdl/libsdl-image_1.2.3.oe +++ b/libsdl/libsdl-image_1.2.3.oe @@ -0,0 +1,16 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +RDEPENDS=libc6 libjpeg62 libpng3 zlib1g libsdl +DEPENDS=virtual/libc base/zlib base/libpng base/jpeg base/libsdl + +SRC_URI=http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz +S = ${WORKDIR}/SDL_image-${PV} + +inherit autotools libtool + +do_stage() { + oe_soinstall .libs/libSDL_image-1.2.so.0.1.2 ${STAGING_LIBDIR} + install -m 0644 SDL_image.h ${STAGING_INCDIR}/SDL/SDL_image.h +} + diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe index e69de29bb2..9f5605b200 100644 --- a/libsdl/libsdl-mixer_1.2.5.oe +++ b/libsdl/libsdl-mixer_1.2.5.oe @@ -0,0 +1,16 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +RDEPENDS=libc6 libsdl +DEPENDS=virtual/libc base/libsdl + +SRC_URI=http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz +S = ${WORKDIR}/SDL_mixer-${PV} + +inherit autotools libtool + +do_stage() { + oe_soinstall .libs/libSDL_mixer-1.2.so.0.2.3 ${STAGING_LIBDIR} + install -m 0644 SDL_mixer.h ${STAGING_INCDIR}/SDL/SDL_mixer.h +} + diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe index e69de29bb2..7ed47a075c 100644 --- a/libsdl/libsdl-net_1.2.5.oe +++ b/libsdl/libsdl-net_1.2.5.oe @@ -0,0 +1,16 @@ +SECTION="NET" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +RDEPENDS=libc6 libsdl +DEPENDS=virtual/libc base/libsdl + +SRC_URI=http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz +S = ${WORKDIR}/SDL_net-${PV} + +inherit autotools libtool + +do_stage() { + oe_soinstall .libs/libSDL_net-1.2.so.0.0.5 ${STAGING_LIBDIR} + install -m 0644 SDL_net.h ${STAGING_INCDIR}/SDL/SDL_net.h +} + diff --git a/libsdl/smpeg_cvs.oe b/libsdl/smpeg_cvs.oe index 21eebf22a2..1caaf1f7bf 100644 --- a/libsdl/smpeg_cvs.oe +++ b/libsdl/smpeg_cvs.oe @@ -12,7 +12,7 @@ inherit autotools libtool EXTRA_OECONF = "--disable-gtktest --disable-opengl-player --without-x --without-gtk" do_stage() { - oe_soinstall libsmpeg-0.4.so.0.1.4 ${STAGING_LIBDIR} + oe_soinstall .libs/libsmpeg-0.4.so.0.1.4 ${STAGING_LIBDIR} for f in `find . -name "MPEG*.h"` do -- cgit v1.2.3