diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:40:31 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:40:31 +0100 |
commit | 1b350fb9870ac8b978b8437b9d8f306226854cfc (patch) | |
tree | 66bb584dbf68997d64446006c6d9b0745a980d61 /packages/pingus | |
parent | 47e9365d313c46d1e8e9997fc43e75c3bb810285 (diff) |
pingus: fix style issues and packaging
* machine specific start script ?!?!?! Can't it check /proc/cpuinfo?
Diffstat (limited to 'packages/pingus')
-rw-r--r-- | packages/pingus/pingus_0.7.2.bb | 7 |
1 files changed, 5 insertions, 2 deletions
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}" |