]> code.ossystems Code Review - openembedded-core.git/commitdiff
pixman: only check even upstream versions
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 22 Jan 2016 14:18:38 +0000 (16:18 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 26 Jan 2016 22:31:10 +0000 (22:31 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb

index 16e68fc07183237fbff62bb1830130b8857e456e..553ce369b796bebcf6ebee9680bb30f9c391b28f 100644 (file)
@@ -7,6 +7,9 @@ including trapezoids, triangles, and rectangles."
 
 require xorg-lib-common.inc
 
+# see http://cairographics.org/releases/ - only even minor versions are stable
+UPSTREAM_CHECK_REGEX = "pixman-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)"
+
 LICENSE = "MIT & MIT-style & PD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
                     file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \