[oe-commits] : opie-bluetoothmanager: add missing service icons

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Sep 14 00:41:27 UTC 2008


Module: OE.dev
Branch: master
Commit: 77bd4942fb7b07ddb532cb1c5f37476693a73900
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=77bd4942fb7b07ddb532cb1c5f37476693a73900

Author:  <bluelightning at openembedded.org>
Date:   Sat Sep 13 13:04:22 2008 +0000

opie-bluetoothmanager: add missing service icons

---

 .../opie-bluetoothmanager.inc                      |    4 +++-
 .../opie-bluetoothmanager_1.2.3.bb                 |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc b/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
index 30acc59..84d737b 100644
--- a/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
+++ b/packages/opie-bluetoothmanager/opie-bluetoothmanager.inc
@@ -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/
 }
diff --git a/packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.3.bb b/packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.3.bb
index 6a27b53..2eb719f 100644
--- a/packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.3.bb
+++ b/packages/opie-bluetoothmanager/opie-bluetoothmanager_1.2.3.bb
@@ -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"





More information about the Openembedded-commits mailing list