diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 13:05:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:28:05 +0200 |
commit | e91823501707a85abe67f9da9c3d551847f3b2ca (patch) | |
tree | 2313a5e0f560ce77e963ec3c91d55215401790c7 /recipes/dri | |
parent | 70b9e83caba440a5b39dc6399487c437a5155736 (diff) |
recipes: use SRCPV in few more git recipes
* sometimes without PE bump, because nobody complained that we were
bumping SRCREV without PV changes and we were using SRCPV in our
branch before
* please bump PE if you're using one of those and you need to increment
PV, otherwise it will be "corrected" with next PV bump
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/dri')
-rw-r--r-- | recipes/dri/glamo-dri-tests_git.bb | 2 | ||||
-rw-r--r-- | recipes/dri/libdrm_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/dri/glamo-dri-tests_git.bb b/recipes/dri/glamo-dri-tests_git.bb index 5f46f44f3a..1f9540b273 100644 --- a/recipes/dri/glamo-dri-tests_git.bb +++ b/recipes/dri/glamo-dri-tests_git.bb @@ -1,7 +1,7 @@ DEPENDS = "libdrm virtual/libx11 libxext" SRCREV = "080b8db3d9dbfae38ebb00439887b5535ab1d380" -PV = "1.0.0+gitr${SRCREV}" +PV = "1.0.0+gitr${SRCPV}" SRC_URI = "git://git.bitwiz.org.uk/glamo-dri-tests.git;protocol=git;branch=master" diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb index b06ebe7e6c..3f81cdd8ff 100644 --- a/recipes/dri/libdrm_git.bb +++ b/recipes/dri/libdrm_git.bb @@ -7,7 +7,7 @@ PROVIDES = "drm" DEPENDS = "libpthread-stubs virtual/kernel" PE = "1" -PV = "2.4.18+gitr${SRCREV}" +PV = "2.4.18+gitr${SRCPV}" PR = "r0" SRCREV = "a5c8f55397377994ceeb76ed0ff148ff89eb3a1b" |