summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
index 77416d45bf..e490ae50b7 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.20.1.bb
@@ -8,7 +8,7 @@ inherit autotools pkgconfig gnomebase distutils-base gobject-introspection
8PYTHON_BASEVERSION = "2.7" 8PYTHON_BASEVERSION = "2.7"
9PYTHON_PN = "python" 9PYTHON_PN = "python"
10 10
11DEPENDS += "python glib-2.0" 11DEPENDS += "gnome-common-native python glib-2.0"
12 12
13SRCNAME="pygobject" 13SRCNAME="pygobject"
14SRC_URI = " \ 14SRC_URI = " \
@@ -31,4 +31,3 @@ do_install_append() {
31 # Remove files that clash with python3-pygobject; their content is same 31 # Remove files that clash with python3-pygobject; their content is same
32 rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc 32 rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc
33} 33}
34