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 --- conf/distro/include/preferred-opie-git-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro') diff --git a/conf/distro/include/preferred-opie-git-versions.inc b/conf/distro/include/preferred-opie-git-versions.inc index a15e2dd..91d9f9d 100644 --- a/conf/distro/include/preferred-opie-git-versions.inc +++ b/conf/distro/include/preferred-opie-git-versions.inc @@ -5,7 +5,7 @@ PALMTOP_USE_MULTITHREADED_QT ?= "yes" OPIE_SRCREV ?= "f5c8bd6272b5bee393736f401232ce0ccc984fec" -OPIE_VERSION = "1.2.5+gitr${OPIE_SRCREV}" +OPIE_VERSION = "1.2.5+git" OPIE_GIT_PV = "${OPIE_VERSION}" -- cgit 1.2.3-korg