[oe-commits] [meta-openembedded] 06/26: python-pygobject: Drop redundant PYTHON* refs

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 17:43:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 1204dd2d0b2c785a7cac0ec810c51a4a79fd4181
Author: Niko Mauno <niko.mauno at iki.fi>
AuthorDate: Sat Dec 1 19:57:09 2018 +0200

    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 at iki.fi>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 5 +----
 1 file changed, 1 insertion(+), 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 70c7b9e..4edf008 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list