aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@iki.fi>2018-12-01 19:57:09 +0200
committerArmin Kuster <akuster808@gmail.com>2019-02-04 21:19:09 -0800
commite51e7cf6af97ba6a56081e838c884a8c5dd0575a (patch)
treef72a504f9c7ff2aff803ffa16071cb80217f3ede
parent0d23f7f48c3b0019eaf42c7d159a87b9857f6634 (diff)
downloadmeta-openembedded-contrib-e51e7cf6af97ba6a56081e838c884a8c5dd0575a.tar.gz
python-pygobject: Drop redundant PYTHON* refs
Remove redundant PYTHON* declarations/references as this recipe builds now correctly without them. 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>
-rw-r--r--meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
index 70c7b9eb58..4edf008083 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
@@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
inherit autotools pkgconfig gnomebase gobject-introspection distutils-base
-PYTHON_BASEVERSION = "2.7"
-PYTHON_PN = "python"
-
DEPENDS += "gnome-common-native python glib-2.0"
SRCNAME="pygobject"
@@ -24,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
BBCLASSEXTEND = "native"
-EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}"
+EXTRA_OECONF = "--disable-cairo"
RDEPENDS_${PN} += "python-setuptools"
RDEPENDS_${PN}_class-native = ""