]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pygobject: only check for even upstream versions
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Thu, 9 Jun 2016 09:42:48 +0000 (12:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:37:43 +0000 (23:37 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-pygobject_3.18.2.bb

index 4ddae81f29acc0add799404b2602e2d43b287ee3..03c6c76ecd731226051d1b0db418bc554343f464 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
 
-inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection
+inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
 
 DEPENDS += "python3 glib-2.0"