From: Alexander Kanavin Date: Thu, 9 Jun 2016 09:42:48 +0000 (+0300) Subject: python3-pygobject: only check for even upstream versions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fed093329b504cd46aa758983db6073b70c2af29;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pygobject: only check for even upstream versions (From OE-Core rev: f658b62beb28e668137521a1801c04fd4bded9e6) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb index 4ddae81f29a..03c6c76ecd7 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.18.2.bb @@ -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"