diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 16:46:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-05 16:46:04 +0000 |
commit | b0cf83def3c621221a225787759ff8ca5a501a29 (patch) | |
tree | 5efd7d473ef1be6c179b17d29f5874399654e62e | |
parent | c3266d138dc1cf18c0535bde5a9f48b1d3117bad (diff) | |
download | openembedded-core-b0cf83def3c621221a225787759ff8ca5a501a29.tar.gz openembedded-core-b0cf83def3c621221a225787759ff8ca5a501a29.tar.bz2 openembedded-core-b0cf83def3c621221a225787759ff8ca5a501a29.zip |
mesa-xlib: Bump PR to resolve various package upgarde conflicts
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_7.11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-xlib_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb index 95ff5e8d69..7912287fe0 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.11.bb @@ -1,5 +1,5 @@ include mesa-common.inc include mesa-${PV}.inc include mesa-xlib.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb index 97cac51744..be2f5d3cfe 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_git.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_git.bb @@ -5,4 +5,4 @@ include mesa-xlib.inc # this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default DEFAULT_PREFERENCE = "-2" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |