diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-22 16:18:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:31:10 +0000 |
commit | c9d1a0fe391a570688b5918d991ad9a4bd471824 (patch) | |
tree | ab70dcd18f6cfa991c5ae4981beec5b3bad47e09 /meta | |
parent | 598b0812d2f2b11104dc18df6ffd3eb39897ab29 (diff) | |
download | openembedded-core-c9d1a0fe391a570688b5918d991ad9a4bd471824.tar.gz openembedded-core-c9d1a0fe391a570688b5918d991ad9a4bd471824.tar.bz2 openembedded-core-c9d1a0fe391a570688b5918d991ad9a4bd471824.zip |
pixman: only check even upstream versions
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.32.8.bb | 3 |
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." 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 \ |