[oe-commits] Paul Eggleton : opie-bluetoothapplet: change to use pics path to match other applet recipes

git version control git at git.openembedded.org
Tue Dec 14 01:27:09 UTC 2010


Module: openembedded.git
Branch: master
Commit: 5a6db2ddaf1aaea4c1ef8454d58426436c749015
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5a6db2ddaf1aaea4c1ef8454d58426436c749015

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Thu Dec  2 22:38:57 2010 +0000

opie-bluetoothapplet: change to use pics path to match other applet recipes

This saves us one more tarball when moving towards split tarballs for stable
version sources.

Signed-off-by: Paul Eggleton <bluelightning at bluelightning.org>

---

 .../opie-bluetoothapplet/opie-bluetoothapplet.inc  |    2 +-
 .../opie-bluetoothapplet_1.2.4.bb                  |    4 ++--
 .../opie-bluetoothapplet_cvs.bb                    |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
index c8f0698..313680f 100644
--- a/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
+++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc
@@ -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
 }
 
diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb
index f540122..4e1f4e2 100644
--- a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb
+++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb
@@ -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"
diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb
index c035bfe..3a29621 100644
--- a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb
+++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb
@@ -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"





More information about the Openembedded-commits mailing list