From: Koen Kooi Date: Wed, 21 Jan 2009 18:40:31 +0000 (+0100) Subject: pingus: fix style issues and packaging X-Git-Tag: Release-2010-05/1~4195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b350fb9870ac8b978b8437b9d8f306226854cfc;p=openembedded.git pingus: fix style issues and packaging * machine specific start script ?!?!?! Can't it check /proc/cpuinfo? --- diff --git a/packages/pingus/pingus_0.7.2.bb b/packages/pingus/pingus_0.7.2.bb index 610824f571..8e48b7f237 100644 --- a/packages/pingus/pingus_0.7.2.bb +++ b/packages/pingus/pingus_0.7.2.bb @@ -3,7 +3,6 @@ DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer boost libpng" LICENSE = "GPL" HOMEPAGE = "http://pingus.seul.org/" SECTION = "x11/games" -PV = "0.7.2" PR = "r0" inherit scons @@ -15,7 +14,7 @@ SRC_URI = "\ file://pingus.png \ file://pingus-gta012.sh \ " -S = "${WORKDIR}/pingus-0.7.2" +S = "${WORKDIR}/pingus-${PV}" do_install() { install -d ${D}${bindir} @@ -35,5 +34,9 @@ do_install() { fi } +# Account for 1337 script in do_install +PACKAGE_ARCH_om-gta01 = "${MACHINE_ARCH}" +PACKAGE_ARCH_om-gta02 = "${MACHINE_ARCH}" + FILES_${PN} += "${datadir}"