mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-pygobject: Install pkgconfig files
py2 version is gone Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,8 +31,3 @@ EXTRA_OEMESON_append = " -Dpython=python3"
|
||||
BBCLASSEXTEND = "native"
|
||||
RDEPENDS_${PN} = "python-pkgutil"
|
||||
RDEPENDS_${PN}_class-native = ""
|
||||
|
||||
do_install_append() {
|
||||
# Remove files that clash with python3-pygobject; their content is same
|
||||
rm -r ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user