diff options
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-pygobject_3.28.3.bb | 2 |
1 files changed, 1 insertions, 1 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 87c1202a14..348a0398f3 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 | |||
| @@ -27,5 +27,5 @@ RDEPENDS_${PN}_class-native = "" | |||
| 27 | 27 | ||
| 28 | do_install_append() { | 28 | do_install_append() { |
| 29 | # Remove files that clash with python3-pygobject; their content is same | 29 | # Remove files that clash with python3-pygobject; their content is same |
| 30 | rm -rf ${D}${includedir}/pygobject-3.0//pygobject.h ${D}${libdir}/pkgconfig | 30 | rm -r ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig |
| 31 | } | 31 | } |
