From 1786b04aa2fde02e0b1db4dcd2ff7be54381e8ce Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 13 May 2012 23:58:58 +0100 Subject: 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 --- recipes-opie/opie-suspendapplet/opie-suspendapplet_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-opie/opie-suspendapplet') diff --git a/recipes-opie/opie-suspendapplet/opie-suspendapplet_git.bb b/recipes-opie/opie-suspendapplet/opie-suspendapplet_git.bb index 05887b8..dd95946 100644 --- a/recipes-opie/opie-suspendapplet/opie-suspendapplet_git.bb +++ b/recipes-opie/opie-suspendapplet/opie-suspendapplet_git.bb @@ -1,6 +1,6 @@ require ${PN}.inc -PV = "${OPIE_GIT_PV}" +inherit opie_git -SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/suspendapplet \ +SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/suspendapplet;name=first \ ${OPIE_GIT};protocol=git;subpath=apps" -- cgit 1.2.3-korg