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-confeditor/opie-confeditor_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-opie/opie-confeditor/opie-confeditor_git.bb') diff --git a/recipes-opie/opie-confeditor/opie-confeditor_git.bb b/recipes-opie/opie-confeditor/opie-confeditor_git.bb index ed8b673..6817658 100644 --- a/recipes-opie/opie-confeditor/opie-confeditor_git.bb +++ b/recipes-opie/opie-confeditor/opie-confeditor_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc -PV = "${OPIE_GIT_PV}" +inherit opie_git -SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/apps/confedit \ +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/apps/confedit;name=first \ ${OPIE_GIT};protocol=git;subpath=pics \ ${OPIE_GIT};protocol=git;subpath=apps" -- cgit 1.2.3-korg