xref: /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/libffi_%.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Also copy the PIC version of libffi.a to the sysroot, as Chromium needs it.
2# This is the same approach that Debian takes, which Chromium uses for its
3# sysroot: https://sources.debian.org/src/libffi/3.4.4-1/debian/rules/#L103
4do_install:append() {
5	install -m 0644 ${B}/.libs/libffi_convenience.a ${D}/${libdir}/libffi_pic.a
6}
7