diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-21 16:52:17 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
commit | 84233fc1111881d2c2397fe3451fed42bb1ffc14 (patch) | |
tree | c6758dbc51809004dfc44017b348d63ceb2aa220 /meta-oe/recipes-devtools | |
parent | d1ba359173f7e00b239a8670eb7bb0b3096a54da (diff) | |
download | meta-openembedded-84233fc1111881d2c2397fe3451fed42bb1ffc14.tar.gz |
python3-pygobject: Install pkgconfig files
py2 version is gone
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/python/python3-pygobject_3.34.0.bb | 5 |
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 b016df719..f1c46c931 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" | |||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
32 | RDEPENDS_${PN} = "python-pkgutil" | 32 | RDEPENDS_${PN} = "python-pkgutil" |
33 | RDEPENDS_${PN}_class-native = "" | 33 | RDEPENDS_${PN}_class-native = "" |
34 | |||
35 | do_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 | } | ||