mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-pygobject: Only check for even upstream versions
Reflect following change in Pythonv3 variant of this recipe http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta?id=fed093329b504cd46aa758983db6073b70c2af29 and add inherit for upstream-version-is-even.bbclass Signed-off-by: Niko Mauno <niko.mauno@iki.fi> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
b4f828df44
commit
97c85095b9
|
|
@ -4,7 +4,7 @@ SECTION = "devel/python"
|
|||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
inherit autotools pkgconfig gnomebase gobject-introspection distutils-base
|
||||
inherit autotools pkgconfig gnomebase gobject-introspection distutils-base upstream-version-is-even
|
||||
|
||||
DEPENDS += "python glib-2.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user