aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-taskbar
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-13 23:58:58 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-05-20 22:34:17 +0100
commit1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce (patch)
treeba88dc80edd9c2f2614053065b46794878131ea8 /recipes-opie/opie-taskbar
parenta4791297c8f8ee265337beb3678e5411cabaddf1 (diff)
downloadmeta-opie-1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce.tar.gz
Fix Opie Git recipes to use SRCPV
Using SRCPV we get e.g. 1.2.5+git1+... and the number will increment when OPIE_SRCREV changes, ensuring that the version number doesn't go backwards (although it will once for this change if you have existing packages beforehand, unfortunately). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-opie/opie-taskbar')
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar-images_git.bb4
-rw-r--r--recipes-opie/opie-taskbar/opie-taskbar_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-opie/opie-taskbar/opie-taskbar-images_git.bb b/recipes-opie/opie-taskbar/opie-taskbar-images_git.bb
index 3a90e79..838c856 100644
--- a/recipes-opie/opie-taskbar/opie-taskbar-images_git.bb
+++ b/recipes-opie/opie-taskbar/opie-taskbar-images_git.bb
@@ -1,5 +1,5 @@
require ${PN}.inc
-PV = "${OPIE_GIT_PV}"
+inherit opie_git
PR = "r8"
-SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics;name=first"
diff --git a/recipes-opie/opie-taskbar/opie-taskbar_git.bb b/recipes-opie/opie-taskbar/opie-taskbar_git.bb
index 7a9be31..0896ebf 100644
--- a/recipes-opie/opie-taskbar/opie-taskbar_git.bb
+++ b/recipes-opie/opie-taskbar/opie-taskbar_git.bb
@@ -1,8 +1,8 @@
require ${PN}.inc
-PV = "${OPIE_GIT_PV}"
+inherit opie_git
PR = "r22"
-SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate \
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/apps/calibrate;name=first \
${OPIE_GIT};protocol=git;subpath=noncore/settings/mediummount \
${OPIE_GIT};protocol=git;subpath=core/launcher \
${OPIE_GIT};protocol=git;subpath=pics \