summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-22 16:18:38 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-26 22:31:59 +0000
commit06b4572d23e5a1be9f82b03b8a06b8236848d430 (patch)
tree014c7b6e5cc1df566cc7bf3221cf39a64303c3e6 /meta/recipes-graphics
parent0f7438779b51f7c6692ad9a39ca2c15add37305d (diff)
downloadpoky-06b4572d23e5a1be9f82b03b8a06b8236848d430.tar.gz
pixman: only check even upstream versions
(From OE-Core rev: c9d1a0fe391a570688b5918d991ad9a4bd471824) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb b/meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb
index 16e68fc071..553ce369b7 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb
@@ -7,6 +7,9 @@ including trapezoids, triangles, and rectangles."
7 7
8require xorg-lib-common.inc 8require xorg-lib-common.inc
9 9
10# see http://cairographics.org/releases/ - only even minor versions are stable
11UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
12
10LICENSE = "MIT & MIT-style & PD" 13LICENSE = "MIT & MIT-style & PD"
11LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ 14LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
12 file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \ 15 file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \