diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-15 10:53:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-15 10:53:15 +0200 |
commit | 67cae2cf064970365337525db76467d7dd121fdd (patch) | |
tree | 201080565f6c0f5db2fb9b21bd45d0193a2da162 /recipes/xorg-lib/pixman_git.bb | |
parent | e01d04f18d0b3f38105d097098327fa2f8906154 (diff) |
pixman git + 0.18.0: add patches to fix TLS behaviour
Diffstat (limited to 'recipes/xorg-lib/pixman_git.bb')
-rw-r--r-- | recipes/xorg-lib/pixman_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-lib/pixman_git.bb b/recipes/xorg-lib/pixman_git.bb index 70886edc31..915ca937a0 100644 --- a/recipes/xorg-lib/pixman_git.bb +++ b/recipes/xorg-lib/pixman_git.bb @@ -1,6 +1,6 @@ require pixman.inc PV = "0.17.13" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" PR_append = "+gitr${SRCREV}" SRCREV = "69f1ec9a7827aeb522fcae99846237ef0f896e7b" @@ -16,6 +16,8 @@ SRC_URI = "git://anongit.freedesktop.org/pixman;protocol=git;branch=master \ file://0006-Revert-ARM-SIMD-Try-without-any-CFLAGS-before-forcin.patch;patch=1 \ file://over-n-8-0565.patch;patch=1 \ file://src-8888-0565.patch;patch=1 \ + file://calloc.patch;patch=1 \ + file://tls.patch;patch=1 \ " S = "${WORKDIR}/git" |