* it would be nice to make those jpgs available, though, to support more resolutions
* more discussion in bug 2721
* bump PR
install -m 0644 ${WORKDIR}/pics/launcher/firstuse.jpg ${D}${palmtopdir}/pics/launcher/firstuse-240x320.jpg
install -m 0644 ${WORKDIR}/pics/launcher/opie-background.jpg ${D}${palmtopdir}/pics/launcher/opie-background-240x320.jpg
- for res in 320x240 240x320 320x320 320x480 480x320 480x640 640x480 600x800 800x600; do
+# for res in 320x240 240x320 320x320 320x480 480x320 480x640 640x480 600x800 800x600; do
+ for res in 240x320 320x320 320x480 480x320 480x640 640x480 800x600; do
install -m 0644 ${WORKDIR}/pics/launcher/firstuse-${res}.jpg ${D}${palmtopdir}/pics/launcher/firstuse-${res}.jpg
install -m 0644 ${WORKDIR}/pics/launcher/opie-background-${res}.jpg ${D}${palmtopdir}/pics/launcher/opie-background-${res}.jpg
done
require ${PN}.inc
-PR = "r0"
-SRCDATE = "20070922"
+PR = "r1"
+SRCDATE = "20070922"
SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
require ${PN}.inc
-PR = "r1"
-
-TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
+PR = "r2"
SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
+
+TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}"
require ${PN}.inc
-PV = "${OPIE_CVS_PV}"
-PR = "r6"
+PV = "${OPIE_CVS_PV}"
+PR = "r7"
SRC_URI = "${HANDHELDS_CVS};module=opie/pics"