[oe-commits] Koen Kooi : pingus: fix style issues and packaging

GIT User account git at amethyst.openembedded.net
Wed Jan 21 18:43:37 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1b350fb9870ac8b978b8437b9d8f306226854cfc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b350fb9870ac8b978b8437b9d8f306226854cfc

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 21 19:40:31 2009 +0100

pingus: fix style issues and packaging
* machine specific start script ?!?!?! Can't it check /proc/cpuinfo?

---

 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 610824f..8e48b7f 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}"
 





More information about the Openembedded-commits mailing list