aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/supertux/supertux-qvga_0.1.3.bb
AgeCommit message (Collapse)Author
2010-11-12supertux/supertux-qvga : migrate to inc file, and fix supertux-qvga configureDenis 'GNUtoo' Carikli
supertux_0.1.3 and supertux-qvga_0.1.3 were doing that: supertux_0.1.3: PR = "r6" supertux-qvga_0.1.3: require supertux_${PV}.bb And supertux-qvga didn't redefine PR So I had to convert move supertux_0.1.3 to supertux.inc and convert everything to inc_PR supertux-qvga needed 2 things to configure tough: *depending on libsdl-gfx(supertux can build without): checking for rotozoomSurface in -lSDL_gfx... no configure: error: SDL_gfx library required * fix the following error: checking for Mix_OpenAudio in -lSDL_mixer... no configure: error: SDL_mixer library required The fix is similar to ac36d86725da867d691b16668d88f096d0b7da37 ( libsdl-mixer 1.2.11: fix libvorbis's search path ) And the cause is the same: configure:5791: arm-oe-linux-gnueabi-gcc [...] conftest.c -lSDL_mixer -lSDL -lpthread -L/usr/lib -lmikmod -ldl -lm >&5 /usr/lib/libSDL_mixer.so: file not recognized: File format not recognized collect2: ld returned 1 exit status Note that the packages were visually inspected with find in : supertux-0.1.3-r7.0/packages-split supertux-qvga-0.1.3-r7.0/packages-split PR was bumped in supertux.inc Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2010-10-30supertux(-qvga): include supertux recipe to supertux-qvgaMartin Jansa
* if do_configure in supertux-qvga fails for you, then it's because gp2x.patch adds libmikmod to configure.ac and libmikmod-config returns -L/usr/lib, libmikmod should be fixed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-06supertux: fix installation(will not overwrite just-created) and bump PRDenis 'GNUtoo' Carikli
data/Makefile.am has some duplicated entries which causes that kind of failure: ...usr/bin/install: will not overwrite just-created `.../image/usr/share/supertux/sounds/bigjump.wav' with `sounds/bigjump.wav' So in the patch we just remove the duplicated entries
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>