diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 12:57:05 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:27:51 +0200 |
commit | 84bf98dc6876ef6be8a4ee3744924e922253b53e (patch) | |
tree | 2306f1cf3134bed51f174898f351ca016fbf216b /recipes/serial-utils | |
parent | 3b9194258ef3554d57c6fd40c8c6a73428ac3010 (diff) |
freesmartphone: use SRCPV in git recipes
* with PE bump
* FSO people usually use fso-autorev.inc already, so this change won't
change PV scheme
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/serial-utils')
-rw-r--r-- | recipes/serial-utils/pty-forward-native.bb | 3 | ||||
-rw-r--r-- | recipes/serial-utils/serial-forward_git.bb | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes/serial-utils/pty-forward-native.bb b/recipes/serial-utils/pty-forward-native.bb index f14c05745c..6ea4f2fdae 100644 --- a/recipes/serial-utils/pty-forward-native.bb +++ b/recipes/serial-utils/pty-forward-native.bb @@ -3,7 +3,8 @@ AUTHOR = "Holger 'Zecke' Freyther" LICENSE = "GPL" SECTION = "console/network" SRCREV = "4662b55fdba528bb5b3349f83055bf236af5d63b" -PV = "1.1+gitr${SRCREV}" +PV = "1.1+gitr${SRCPV}" +PE = "1" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git" diff --git a/recipes/serial-utils/serial-forward_git.bb b/recipes/serial-utils/serial-forward_git.bb index 54154ab93a..2ba948695b 100644 --- a/recipes/serial-utils/serial-forward_git.bb +++ b/recipes/serial-utils/serial-forward_git.bb @@ -3,7 +3,8 @@ AUTHOR = "Holger 'Zecke' Freyther'" LICENSE = "GPL" SECTION = "console/devel" SRCREV = "50cf4ff2198589a8db369789fc038604a892a54d" -PV = "1.1+gitr${SRCREV}" +PV = "1.1+gitr${SRCPV}" +PE = "1" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git" |