aboutsummaryrefslogtreecommitdiffstats
path: root/libsdl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 06:00:09 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 06:00:09 +0000
commita802793803a392a677320355bb5a33434aab31c8 (patch)
treef21f6ab429adc94c8ecdb9be6d29ef57c0262725 /libsdl
parent65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (diff)
downloadopenembedded-a802793803a392a677320355bb5a33434aab31c8.tar.gz
Kill off some references to the old nonexistant libtool oeclass.
BKrev: 409f1a69MOYozddYWZQKFCk4AwQeoA
Diffstat (limited to 'libsdl')
-rw-r--r--libsdl/libsdl-image_1.2.3.oe2
-rw-r--r--libsdl/libsdl-mixer_1.2.5.oe2
-rw-r--r--libsdl/libsdl-net_1.2.5.oe2
-rw-r--r--libsdl/libsdl-qpe_1.2.7.oe2
-rw-r--r--libsdl/libsdl-ttf_2.0.3.oe2
-rw-r--r--libsdl/libsdl-x11_1.2.7.oe2
6 files changed, 6 insertions, 6 deletions
diff --git a/libsdl/libsdl-image_1.2.3.oe b/libsdl/libsdl-image_1.2.3.oe
index dd51c4f7ee..f29f2e6ad9 100644
--- a/libsdl/libsdl-image_1.2.3.oe
+++ b/libsdl/libsdl-image_1.2.3.oe
@@ -7,7 +7,7 @@ DESCRIPTION = "Simple DirectMedia Layer image library."
SRC_URI = "http://www.libsdl.org/projects/SDL_image/release/SDL_image-${PV}.tar.gz"
S = "${WORKDIR}/SDL_image-${PV}"
-inherit autotools libtool
+inherit autotools
do_stage() {
oe_libinstall -so libSDL_image ${STAGING_LIBDIR}
diff --git a/libsdl/libsdl-mixer_1.2.5.oe b/libsdl/libsdl-mixer_1.2.5.oe
index 84eaed53e3..af041b99d1 100644
--- a/libsdl/libsdl-mixer_1.2.5.oe
+++ b/libsdl/libsdl-mixer_1.2.5.oe
@@ -7,7 +7,7 @@ DESCRIPTION = "Simple DirectMedia Layer mixer library."
SRC_URI = "http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-${PV}.tar.gz"
S = "${WORKDIR}/SDL_mixer-${PV}"
-inherit autotools libtool
+inherit autotools
EXTRA_OECONF = "--disable-music-mp3"
# although we build smpeg... need to find out how
diff --git a/libsdl/libsdl-net_1.2.5.oe b/libsdl/libsdl-net_1.2.5.oe
index 718daa6110..e3c17f6781 100644
--- a/libsdl/libsdl-net_1.2.5.oe
+++ b/libsdl/libsdl-net_1.2.5.oe
@@ -7,7 +7,7 @@ DESCRIPTION = "Simple DirectMedia Layer networking library."
SRC_URI = "http://www.libsdl.org/projects/SDL_net/release/SDL_net-${PV}.tar.gz"
S = "${WORKDIR}/SDL_net-${PV}"
-inherit autotools libtool
+inherit autotools
do_stage() {
oe_libinstall -so libSDL_net ${STAGING_LIBDIR}
diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe
index 84bd8a7414..5c8f4f3079 100644
--- a/libsdl/libsdl-qpe_1.2.7.oe
+++ b/libsdl/libsdl-qpe_1.2.7.oe
@@ -10,7 +10,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://${FILESDIR}/gcc34.patch;patch=1"
S = "${WORKDIR}/SDL-${PV}"
-inherit autotools libtool
+inherit autotools
EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --enable-oss --disable-alsa --disable-esd --disable-arts \
diff --git a/libsdl/libsdl-ttf_2.0.3.oe b/libsdl/libsdl-ttf_2.0.3.oe
index 5926ad3ba7..25bbbf8505 100644
--- a/libsdl/libsdl-ttf_2.0.3.oe
+++ b/libsdl/libsdl-ttf_2.0.3.oe
@@ -8,7 +8,7 @@ SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
file://${FILESDIR}/new-freetype-includes.patch;patch=1"
S = "${WORKDIR}/SDL_ttf-${PV}"
-inherit autotools libtool
+inherit autotools
do_stage() {
oe_libinstall -so libSDL_ttf ${STAGING_LIBDIR}
diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe
index ef8ed4340d..900cc1d2ac 100644
--- a/libsdl/libsdl-x11_1.2.7.oe
+++ b/libsdl/libsdl-x11_1.2.7.oe
@@ -9,7 +9,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://${FILESDIR}/extra-keys.patch;patch=1"
S = "${WORKDIR}/SDL-${PV}"
-inherit autotools libtool
+inherit autotools
EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --enable-oss --enable-alsa --disable-esd --disable-arts \