diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 12:37:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:18:47 +0200 |
commit | 3b9194258ef3554d57c6fd40c8c6a73428ac3010 (patch) | |
tree | c56830f78392d3b03c089d9d402d7dd704d993ad /recipes/linux/linux-openmoko-2.6.31_git.bb | |
parent | a59daa1499f8713a6557b6dd8a8b7b093f83eb1d (diff) |
linux-openmoko: use SRCPV in git recipes
* without PE bump, because nobody complained that we were bumping SRCREV
without PV changes and we were using SRCPV in our branch before
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.31_git.bb')
-rw-r--r-- | recipes/linux/linux-openmoko-2.6.31_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.31_git.bb b/recipes/linux/linux-openmoko-2.6.31_git.bb index 8db2533941..c11e41bfe0 100644 --- a/recipes/linux/linux-openmoko-2.6.31_git.bb +++ b/recipes/linux/linux-openmoko-2.6.31_git.bb @@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}" SRCREV = "dd32737aa524e09c1d141a0e735dd58674552244" OEV = "oe1" -PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" +PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCPV}" PR = "r6" SRC_URI = "\ |