Kill off some references to the old nonexistant libtool oeclass.
authorChris Larson <clarson@kergoth.com>
Mon, 10 May 2004 06:00:09 +0000 (06:00 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 10 May 2004 06:00:09 +0000 (06:00 +0000)
BKrev: 409f1a69MOYozddYWZQKFCk4AwQeoA

gnome/gconf_2.6.1.oe
libsdl/libsdl-image_1.2.3.oe
libsdl/libsdl-mixer_1.2.5.oe
libsdl/libsdl-net_1.2.5.oe
libsdl/libsdl-qpe_1.2.7.oe
libsdl/libsdl-ttf_2.0.3.oe
libsdl/libsdl-x11_1.2.7.oe

index e69de29..7eed5a6 100644 (file)
@@ -0,0 +1,19 @@
+SECTION = "gnome/base"
+DESCRIPTION = "GNOME configuration database system"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.6/GConf-${PV}.tar.bz2"
+DEPENDS = "orbit2 glib-2.0"
+
+S = "${WORKDIR}/GConf-${PV}"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+inherit autotools pkgconfig
+
+HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
+
+do_stage() {
+       oe_soinstall gconf/.libs/libgconf-2.so.4.1.0 ${STAGING_LIBDIR}/
+       install -m 0644 gconf/.libs/libgconf-2.lai ${STAGING_LIBDIR}/libgconf-2.la
+       install -d ${STAGING_INCDIR}/gconf/2/gconf/
+       ( cd gconf; for i in ${HEADERS}; do install -m 0644 $i ${STAGING_INCDIR}/gconf/2/gconf/$i; done )
+}
index dd51c4f..f29f2e6 100644 (file)
@@ -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}
index 84eaed5..af041b9 100644 (file)
@@ -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
index 718daa6..e3c17f6 100644 (file)
@@ -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}
index 84bd8a7..5c8f4f3 100644 (file)
@@ -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 \
index 5926ad3..25bbbf8 100644 (file)
@@ -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}
index ef8ed43..900cc1d 100644 (file)
@@ -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 \