From: Paul Eggleton Date: Thu, 2 Dec 2010 22:38:57 +0000 (+0000) Subject: opie-bluetoothapplet: change to use pics path to match other applet recipes X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a6db2ddaf1aaea4c1ef8454d58426436c749015;p=openembedded.git 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 --- 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"