* they are now in meta-oe/meta-multimedia.
* openal was replaced by openal-soft which is a further developed fork e.g
supporting ARM neon / Intel SSE
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
error message was:
ERROR: Function failed: do_compile (see /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/pingus/0.7.6-r0/temp/log.do_compile.986 for further information)
ERROR: Logfile of failure stored in: /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/pingus/0.7.6-r0/temp/log.do_compile.986
Log data follows:
| DEBUG: Executing shell function do_compile
| Traceback (most recent call last):
| File "/home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/scons", line 187, in <module>
| import SCons.Script
| ImportError: No module named SCons.Script
| ERROR: scons build execution failed.
| ERROR: Function failed: do_compile (see /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/pingus/0.7.6-r0/temp/log.do_compile.986 for further information)
ERROR: Task 718 (/home/Superandy/data/oe-core/sources/meta-games/recipes-games/pingus/pingus_0.7.6.bb, do_compile) failed with exit code '1'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
error message was:
| CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately:
| ALLEGRO_USE_CONSTRUCTOR_EXITCODE (advanced)
| For details see /home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/allegro4/4.4.2-r0/allegro-4.4.2/TryRunResults.cmake
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit was made by using and modifying the pingus recipe
comming from oe-classic at the following revision:
07069799d5e9688e24b4dc2d5253aea2e96dd4a7
The version.patch is for errors like:
error: unable to find string literal operator 'operator"" VERSION'
Pingus was tested on the om-gta04 machine
(from meta-smartphone/meta-openmoko) with the following command line:
pingus -d /usr/share/pingus/data/ --no-auto-scrolling -m -f -R 480x640
And with a bluetooth keyboard because the screen was too small to
display the button used to enter a map.
The .desktop file is generic tough.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Moved everything common between freeciv-2.3 and freeciv-2.4 from
version specific file to freeciv.inc, and everything specific to
freeciv-2.3 from freeciv.inc to version specific file.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>