diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-10 10:09:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-12-10 17:00:15 +0100 |
commit | 3d2308b173ecbc9a6713c82e621ec16b35ffa37d (patch) | |
tree | ea2fe302b9be83f8aa26d1aff1248f07cc27ca42 /recipes/libsdl/libsdl-x11_1.2.14.bb | |
parent | 4234fc28e699ac720506cd9a3e431f8b670e1f7f (diff) |
libsdl: use INC_PR, bump for mesa -> virtual/libgl change
Diffstat (limited to 'recipes/libsdl/libsdl-x11_1.2.14.bb')
-rw-r--r-- | recipes/libsdl/libsdl-x11_1.2.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsdl/libsdl-x11_1.2.14.bb b/recipes/libsdl/libsdl-x11_1.2.14.bb index 98269c8f2f..67c1fd982e 100644 --- a/recipes/libsdl/libsdl-x11_1.2.14.bb +++ b/recipes/libsdl/libsdl-x11_1.2.14.bb @@ -8,7 +8,7 @@ LICENSE = "LGPL" DEPENDS = "alsa-lib virtual/libgl virtual/libx11 libxext tslib" DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext tslib" PROVIDES = "virtual/libsdl" -PR = "r1" +PR = "${INC_PR}.0" SRC_URI = " \ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |