mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 03:49:31 +02:00
pingus: inherit pythonnative
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>
This commit is contained in:
@@ -3,11 +3,11 @@ DEPENDS = "virtual/libiconv boost libpng libglu"
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
HOMEPAGE = "http://pingus.seul.org/"
|
||||
PR = "r1"
|
||||
|
||||
RDEPENDS += "libmikmod"
|
||||
|
||||
inherit scons
|
||||
inherit sdl
|
||||
inherit scons sdl pythonnative
|
||||
|
||||
SRC_URI = "\
|
||||
http://${PN}.googlecode.com/files/${P}.tar.bz2 \
|
||||
|
||||
Reference in New Issue
Block a user