mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-pygobject: remove the empty pkgconfig directory
The empty pkgconfif directory causes error when run relocatable_native_pcfiles: | sed: can't read /path/to/recipe-sysroot-native/usr/lib/pkgconfig/*.pc: No such file or directory So remove the directory instead of removing the pc file but left an empty pkgconfig diretory. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
6ad29368c0
commit
474eb0daa5
|
|
@ -30,5 +30,5 @@ RDEPENDS_${PN}_class-native = ""
|
|||
|
||||
do_install_append() {
|
||||
# Remove files that clash with python3-pygobject; their content is same
|
||||
rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc
|
||||
rm -rf ${D}${includedir}/pygobject-3.0//pygobject.h ${D}${libdir}/pkgconfig
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user