From: Holger Freyther Date: Sun, 10 Oct 2004 23:18:14 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16665 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1617e539cd1a902db3ff44dee9f4ea6105f27a49;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages 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 --- 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 index 0000000000..e69de29bb2 diff --git a/libsdl/libsdl-qpe_1.2.7.oe b/libsdl/libsdl-qpe_1.2.7.oe index 22716ec68d..28b42d0af8 100644 --- a/libsdl/libsdl-qpe_1.2.7.oe +++ b/libsdl/libsdl-qpe_1.2.7.oe @@ -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