From 2eefd63b02dfc61f4559e37f6cdf3563a8b5073b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 11 Jan 2013 01:31:55 +0100 Subject: [PATCH] pingus: inherit pythonnative MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 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 --- recipes-games/pingus/pingus_0.7.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index 322873e..971ae07 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -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 \