aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/pixman_0.17.12.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 11:19:34 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-19 13:59:43 +0100
commitb2df355282fd8ccafa4df1b7bd416d5caab8fd5e (patch)
tree60d688e3b58e2bffded625572f26c0c3052ea042 /recipes/xorg-lib/pixman_0.17.12.bb
parentbdeef9865bdf044c2dfb4841bb0c71571323e1a7 (diff)
downloadopenembedded-b2df355282fd8ccafa4df1b7bd416d5caab8fd5e.tar.gz
pixman: add pixman.inc, unify recipes, remove do_stage from few old versions, add 0.17.12 with positive D_P
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/pixman_0.17.12.bb')
-rw-r--r--recipes/xorg-lib/pixman_0.17.12.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/xorg-lib/pixman_0.17.12.bb b/recipes/xorg-lib/pixman_0.17.12.bb
new file mode 100644
index 0000000000..dbaf36a561
--- /dev/null
+++ b/recipes/xorg-lib/pixman_0.17.12.bb
@@ -0,0 +1,25 @@
+require pixman.inc
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "2"
+DEFAULT_PREFERENCE_shr = "2"
+
+SRC_URI += "\
+ file://0001-Generic-C-implementation-of-pixman_blt-with-overlapp.patch;patch=1 \
+ file://0002-Support-of-overlapping-src-dst-for-pixman_blt_mmx.patch;patch=1 \
+ file://0003-Support-of-overlapping-src-dst-for-pixman_blt_sse2.patch;patch=1 \
+ file://0004-Support-of-overlapping-src-dst-for-pixman_blt_neon.patch;patch=1 \
+ file://0005-ARM-added-NEON-optimizations-for-fetch-store-r5g6b5-.patch;patch=1 \
+ 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 \
+"
+
+SRC_URI[archive.md5sum] = "331415d7a110145cf27aa00e11d0a683"
+SRC_URI[archive.sha256sum] = "8cce103af1b4200a13bedca5b763f74c9bc99a55985ab44ca92ba532dac6b57f"
+
+NEON = " --disable-arm-neon "
+NEON_armv7a = " "
+
+EXTRA_OECONF = "${NEON} --disable-gtk"