summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
index b016df7198..f1c46c9319 100644
--- a/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
+++ b/meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb
@@ -31,8 +31,3 @@ EXTRA_OEMESON_append = " -Dpython=python3"
31BBCLASSEXTEND = "native" 31BBCLASSEXTEND = "native"
32RDEPENDS_${PN} = "python-pkgutil" 32RDEPENDS_${PN} = "python-pkgutil"
33RDEPENDS_${PN}_class-native = "" 33RDEPENDS_${PN}_class-native = ""
34
35do_install_append() {
36 # Remove files that clash with python3-pygobject; their content is same
37 rm -r ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig
38}