mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
ti-cg-xml: skip file-rdeps check
* pre-packaged binaries depend on libc.so.6 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
137e919b04
commit
2bb8aeeccb
@@ -32,7 +32,7 @@ do_install() {
|
||||
|
||||
FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"
|
||||
|
||||
INSANE_SKIP_${PN} = "arch ldflags"
|
||||
INSANE_SKIP_${PN} = "arch ldflags file-rdeps"
|
||||
|
||||
INHIBIT_PACKAGE_STRIP = "1"
|
||||
INHIBIT_SYSROOT_STRIP = "1"
|
||||
|
||||
Reference in New Issue
Block a user