This saves us one more tarball when moving towards split tarballs for stable
version sources.
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
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
}
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"
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"