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:
Andreas Müller
2013-01-11 01:31:55 +01:00
parent 112137eeaa
commit 2eefd63b02

View File

@@ -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 \