Merge bk://openembedded@openembedded.bkbits.net/packages
authorHolger Freyther <zecke@selfish.org>
Sun, 10 Oct 2004 23:18:14 +0000 (23:18 +0000)
committerHolger Freyther <zecke@selfish.org>
Sun, 10 Oct 2004 23:18:14 +0000 (23:18 +0000)
into handhelds.org:/home/ich/programming/oe/oe-packages-exported

2004/10/11 01:15:26+02:00 handhelds.org!zecke
libsdl-qpe:
-kill the dependency on stdc++ and link with gcc and lsupc++ via USER variable overwrite
 Makefile.am
-make calling autoreconf via a s/shared_ext/shrext/ on acinclude.m4

BKrev: 4169c336kOiFSQIDFiXaJ8BXvkrRkA

libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch [new file with mode: 0644]
libsdl/libsdl-qpe_1.2.7.oe

diff --git a/libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch b/libsdl/libsdl-qpe-1.2.7/kill-stdc++.patch
new file mode 100644 (file)
index 0000000..e69de29
index 22716ec..28b42d0 100644 (file)
@@ -9,7 +9,8 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
            file://agawa-piro-mickey.patch;patch=1 \
            file://pygame.patch;patch=1 \
            file://gcc34.patch;patch=1 \
-           file://mouse.patch;patch=1"
+           file://mouse.patch;patch=1 \
+          file://kill-stdc++.patch;patch=1 "
 S = "${WORKDIR}/SDL-${PV}"
 
 inherit autotools
@@ -23,11 +24,6 @@ EXTRA_OECONF = "--disable-debug --enable-cdrom --enable-threads --enable-timers
                 --disable-video-opengl --enable-input-events --enable-pthreads \
                 --disable-video-picogui --enable-video-qtopia --enable-dlopen"
 
-do_configure() {
-#      cp ${FILESDIR}/acinclude.m4 ${S}/acinclude.m4
-       oe_runconf
-}
-
 do_stage() {
        oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
        ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so