mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
0d23f7f48c
commit
e51e7cf6af
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user