mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
python3-pygobject: only check for even upstream versions
(From OE-Core rev: f658b62beb28e668137521a1801c04fd4bded9e6) 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>
This commit is contained in:
committed by
Richard Purdie
parent
bfade8c48c
commit
fed093329b
@@ -3,7 +3,7 @@ SECTION = "devel/python"
|
|||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
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"
|
DEPENDS += "python3 glib-2.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user