aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-22 21:41:14 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-23 06:43:47 -0800
commit89bdcd8f51a05b8299e7e3482f12332679fc7df9 (patch)
treec052fcd743e6e3ce54213d0ce267a971bbbeb958
parentcfaff826e6c559257a20ccd2c3f40ccab5f88b35 (diff)
downloadmeta-python2-89bdcd8f51a05b8299e7e3482f12332679fc7df9.tar.gz
python-pygobject: Drop option to select python3 support
So that accidentally its not set in downstream layers which can conflict with python3-pygobject from meta-python Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/python/python-pygobject_3.34.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pygobject_3.34.0.bb b/recipes-devtools/python/python-pygobject_3.34.0.bb
index 0cbd07f..287846d 100644
--- a/recipes-devtools/python/python-pygobject_3.34.0.bb
+++ b/recipes-devtools/python/python-pygobject_3.34.0.bb
@@ -22,11 +22,12 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
UNKNOWN_CONFIGURE_WHITELIST = "introspection"
+EXTRA_OEMESON_append = " -Dpython=python2"
+
PACKAGECONFIG ??= "stagedir"
PACKAGECONFIG[cairo] = "-Dpycairo=true,-Dpycairo=false, cairo python-pycairo, python-pycairo"
PACKAGECONFIG[tests] = "-Dtests=true, -Dtests=false, , "
-PACKAGECONFIG[python] = "-Dpython=python3, -Dpython=python2, , "
PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , "
BBCLASSEXTEND = "native"