summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-13 21:24:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:22:54 +0100
commit723f34ae0bba9c170297af0eafd4972b32b7e683 (patch)
treea408cc7f1015f86979475ef947b5d54189a5b676 /meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
parentd30eb74f2b0003f46c88a50eeeb9a9c328e50e86 (diff)
downloadpoky-723f34ae0bba9c170297af0eafd4972b32b7e683.tar.gz
pixman: upgrade from 0.20.2 to the latest stable 0.22.0
Update LIC_FILES_CHKSUM: 1) COPYING: only format change; no actual license change. 2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it. (From OE-Core rev: d0a8130b688d270bac1119aa1b1fde6cb2397a39) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
new file mode 100644
index 0000000000..e5472c03ff
--- /dev/null
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Pixman: Pixel Manipulation library"
2
3DESCRIPTION = "Pixman provides a library for manipulating pixel regions \
4-- a set of Y-X banded rectangles, image compositing using the \
5Porter/Duff model and implicit mask generation for geometric primitives \
6including trapezoids, triangles, and rectangles."
7
8require xorg-lib-common.inc
9
10LICENSE = "MIT & MIT-style & PD"
11LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
12 file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
13 file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
14 "
15
16DEPENDS = "virtual/libx11"
17
18PE = "1"
19PR = "r0"
20
21EXTRA_OECONF="--disable-gtk"
22
23SRC_URI[md5sum] = "307fe4d7dc83b1a558c362907097c0d0"
24SRC_URI[sha256sum] = "24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b"
25