summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-30 15:27:26 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-30 15:27:26 +0100
commit80e3a0c42db89fa2716b0a839b8ef71d6d6349db (patch)
tree817b40959f24e8186ad3d595eddefde0209c4933 /meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
parentf3ca7acd0b678a9247e432aee34512a26e30f509 (diff)
downloadmeta-openembedded-80e3a0c42db89fa2716b0a839b8ef71d6d6349db.tar.gz
pixman: update to 0.24.0
* All patches that went upstream are removed Tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
new file mode 100644
index 000000000..703754607
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-lib/pixman_0.24.0.bb
@@ -0,0 +1,21 @@
1require pixman.inc
2
3LICENSE = "MIT & MIT-style & Public Domain"
4LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3\
5 file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
6 file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
7 "
8
9PR = "${INC_PR}.0"
10
11SRC_URI = "http://xorg.freedesktop.org/archive/individual/lib/${BPN}-${PV}.tar.gz \
12 file://0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch \
13 "
14
15SRC_URI[md5sum] = "a2d0b120509bdccb10aa7f4bec3730e4"
16SRC_URI[sha256sum] = "a5647c7158f103eedff5fba799018f4169f6b26b573ab7685812ebc9a1c5d2e4"
17
18NEON = " --disable-arm-neon "
19NEON_armv7a = " "
20
21EXTRA_OECONF = "${NEON} --disable-gtk"