mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 01:30:23 +00:00
python-pygobject: fix do_configure failed
Fix build failure since it was moved to meta-oe http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
|||||||
|
|
||||||
inherit autotools pkgconfig gnomebase distutils-base gobject-introspection
|
inherit autotools pkgconfig gnomebase distutils-base gobject-introspection
|
||||||
|
|
||||||
|
PYTHON_BASEVERSION = "2.7"
|
||||||
|
PYTHON_PN = "python"
|
||||||
|
|
||||||
DEPENDS += "python glib-2.0"
|
DEPENDS += "python glib-2.0"
|
||||||
|
|
||||||
SRCNAME="pygobject"
|
SRCNAME="pygobject"
|
||||||
@@ -20,7 +23,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-cairo --with-python=python2.7"
|
EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "python-setuptools python-importlib"
|
RDEPENDS_${PN} += "python-setuptools python-importlib"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user