From 5a6db2ddaf1aaea4c1ef8454d58426436c749015 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 2 Dec 2010 22:38:57 +0000 Subject: [PATCH] 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 --- recipes/opie-bluetoothapplet/opie-bluetoothapplet.inc | 2 +- recipes/opie-bluetoothapplet/opie-bluetoothapplet_1.2.4.bb | 4 ++-- recipes/opie-bluetoothapplet/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 c8f06984b0..313680f699 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 f54012285d..4e1f4e26b2 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 c035bfea1d..3a29621ff3 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" -- 2.39.5