diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-04 16:54:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@Powerbook-3.local> | 2009-06-05 17:48:11 +0200 |
commit | f1d8885f37c0ba682cf458477b8b94dc75fc2e58 (patch) | |
tree | ba244ec9d082cba4188ac5e5488108cebbf9ca60 /recipes/xorg-lib/pixman_git.bb | |
parent | d12429c3122671ee8312aabbaa3794c3a9877ea8 (diff) |
pixman git: add patches to fix NEON bugs
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 128a3f3302..6c05c0ca53 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -4,13 +4,17 @@ DESCRIPTION = "Low-level pixel manipulation library." LICENSE = "X11" PV = "0.15.8" +PR = "r1" PR_append = "+gitr${SRCREV}" -SRCREV = "a673a898e1e119836c9c68eff71feaec49f97bf1" +SRCREV = "3c570a815afb282df01f41acad385ff0e3e33899" DEFAULT_PREFERENCE = "-1" -SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git" +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" |