opie-taskbar-images: don't try to install jpgs which don't actually exist.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 May 2008 15:13:30 +0000 (15:13 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 May 2008 15:13:30 +0000 (15:13 +0000)
* it would be nice to make those jpgs available, though, to support more resolutions
* more discussion in bug 2721
* bump PR

packages/opie-taskbar/opie-taskbar-images.inc
packages/opie-taskbar/opie-taskbar-images_1.2.3+cvs20070922.bb
packages/opie-taskbar/opie-taskbar-images_1.2.3.bb
packages/opie-taskbar/opie-taskbar-images_cvs.bb

index 376d9c3..855a615 100644 (file)
@@ -39,7 +39,8 @@ do_install() {
        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
index 0905cd5..a36e85b 100644 (file)
@@ -1,5 +1,5 @@
 require ${PN}.inc
-PR = "r0"
-SRCDATE = "20070922"
 
+PR = "r1"
+SRCDATE = "20070922"
 SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
index 0c5b937..74b6c52 100644 (file)
@@ -1,6 +1,6 @@
 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('.', '_')}"
index ff7ea9e..3d45118 100644 (file)
@@ -1,5 +1,5 @@
 require ${PN}.inc
-PV = "${OPIE_CVS_PV}"
-PR = "r6"
 
+PV = "${OPIE_CVS_PV}"
+PR = "r7"
 SRC_URI = "${HANDHELDS_CVS};module=opie/pics"