diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-21 11:25:21 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-21 11:25:21 +0200 |
commit | 50532c1bd15db0ba535b54ea3a8c9089b76abba7 (patch) | |
tree | 29888cdba9e501a152238dbe6cabd9f6ca7766ad /recipes/xorg-lib | |
parent | adb397605ea57d5b8182037c3f75b78f4ab07a5f (diff) |
pixman git: bump SRCREV
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 6c05c0ca53..5a8d0e5164 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -3,17 +3,16 @@ PRIORITY = "optional" DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" -PV = "0.15.8" -PR = "r1" +PV = "0.15.16" +PR = "r0" PR_append = "+gitr${SRCREV}" -SRCREV = "3c570a815afb282df01f41acad385ff0e3e33899" +SRCREV = "f9660ce29ed072c6cbaec711c5d18b9f0ba113ae" DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git \ -file://0041-Fix-filler-bug.patch;patch=1 \ -file://0042-Really-fix-filler-bug.patch;patch=1 \ " S = "${WORKDIR}/git" |