opie-bluetoothapplet: change to use pics path to match other applet recipes
authorPaul Eggleton <bluelightning@bluelightning.org>
Thu, 2 Dec 2010 22:38:57 +0000 (22:38 +0000)
committerPaul Eggleton <bluelightning@bluelightning.org>
Tue, 14 Dec 2010 01:24:26 +0000 (01:24 +0000)
This saves us one more tarball when moving towards split tarballs for stable
version sources.

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb
recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb

index c8f0698..313680f 100644 (file)
@@ -13,6 +13,6 @@ inherit opie
 
 do_install() {
        install -d ${D}${palmtopdir}/pics/bluetoothapplet
-       install -m 0644 ${WORKDIR}/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
+       install -m 0644 ${WORKDIR}/pics/bluetoothapplet/*.png ${D}${palmtopdir}/pics/bluetoothapplet
 }
 
index f540122..4e1f4e2 100644 (file)
@@ -1,6 +1,6 @@
 require ${PN}.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/applet \
-           ${HANDHELDS_CVS};tag=${TAG};module=opie/pics/bluetoothapplet"
+           ${HANDHELDS_CVS};tag=${TAG};module=opie/pics"
index c035bfe..3a29621 100644 (file)
@@ -1,7 +1,7 @@
 require ${PN}.inc
 
 PV = "${OPIE_GIT_PV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/opietooth/applet \
-           ${OPIE_GIT};protocol=git;subpath=pics/bluetoothapplet"
+           ${OPIE_GIT};protocol=git;subpath=pics"