opie-bluetoothmanager: add missing service icons
authorPaul Eggleton <bluelightning@bluelightning.org>
Sat, 13 Sep 2008 13:04:22 +0000 (13:04 +0000)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sat, 13 Sep 2008 13:04:22 +0000 (13:04 +0000)
packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.3.bb

index 30acc59..84d737b 100644 (file)
@@ -13,8 +13,10 @@ EXTRA_QMAKEVARS_PRE += "LIBOBEXFTP_INC_DIR=${STAGING_INCDIR}/obexftp"
 
 inherit opie
 
-# Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/*
+# Files: plugins/application/libbluetooth-manager.so* bin/bluetooth-manager apps/Settings/bluetooth-manager.desktop pics/opietooth/* pics/opietooth/icons/*
 do_install() {
         install -d ${D}${palmtopdir}/pics/opietooth/
+        install -d ${D}${palmtopdir}/pics/opietooth/icons/
         install -m 0644 ${WORKDIR}/pics/opietooth/*.png ${D}${palmtopdir}/pics/opietooth/
+        install -m 0644 ${WORKDIR}/pics/opietooth/icons/*.png ${D}${palmtopdir}/pics/opietooth/icons/
 }
index 6a27b53..2eb719f 100644 (file)
@@ -1,5 +1,7 @@
 require ${PN}.inc
 
+PR = "r1"
+
 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/net/opietooth/manager \
            ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
            ${HANDHELDS_CVS};tag=${TAG};module=opie/pics"