summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb')
-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 70c7b9eb5..4edf00808 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"
6 6
7inherit autotools pkgconfig gnomebase gobject-introspection distutils-base 7inherit autotools pkgconfig gnomebase gobject-introspection distutils-base
8 8
9PYTHON_BASEVERSION = "2.7"
10PYTHON_PN = "python"
11
12DEPENDS += "gnome-common-native python glib-2.0" 9DEPENDS += "gnome-common-native python glib-2.0"
13 10
14SRCNAME="pygobject" 11SRCNAME="pygobject"
@@ -24,7 +21,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
24 21
25BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"
26 23
27EXTRA_OECONF = "--disable-cairo --with-python=${PYTHON}" 24EXTRA_OECONF = "--disable-cairo"
28 25
29RDEPENDS_${PN} += "python-setuptools" 26RDEPENDS_${PN} += "python-setuptools"
30RDEPENDS_${PN}_class-native = "" 27RDEPENDS_${PN}_class-native = ""