prboom-opie: Add screen-size workaround for Poodle
authorMatthias Hentges <oe@hentges.net>
Tue, 26 Jul 2005 10:14:31 +0000 (10:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 26 Jul 2005 10:14:31 +0000 (10:14 +0000)
packages/prboom/files/prboom.sh
packages/prboom/prboom-opie_2.2.6.bb

index fac024b..7e41d87 100755 (executable)
@@ -4,6 +4,7 @@ model="`cat /proc/cpuinfo | sed -n "/Hardware/s/.*\:\ \(.*\)/\1/p"`"
 
 case $model in
 *Collie)       par="-height 240";;
+*Poodle)       par="-height 240";;
 *00)           par="-height 240";;
 *)             par="";;
 esac
index c0df03c..1ab4227 100644 (file)
@@ -1,6 +1,6 @@
 include prboom_${PV}.bb
 
-PR = "r4"
+PR = "r5"
 
 S = "${WORKDIR}/prboom-${PV}"