diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-10-13 03:08:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 02:42:25 -0400 |
commit | 0dd67789e6edc54b270c3b025ac92cdff7438bb2 (patch) | |
tree | b91a60806ba9282586a92dd843244813e5a1933d | |
parent | e1509af826b704480f21f34b755867a1644e21e8 (diff) | |
download | meta-ti-0dd67789e6edc54b270c3b025ac92cdff7438bb2.tar.gz |
ti-sysbios: avoid file-rdeps QA errors in pre-packaged binaries
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/bios/ti-sysbios.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc index 53b55a52..d2a551fc 100644 --- a/recipes-ti/bios/ti-sysbios.inc +++ b/recipes-ti/bios/ti-sysbios.inc | |||
@@ -26,4 +26,4 @@ FILES_${PN}-dev += "${SYSBIOS_INSTALL_DIR_RECIPE}" | |||
26 | INHIBIT_PACKAGE_STRIP = "1" | 26 | INHIBIT_PACKAGE_STRIP = "1" |
27 | INHIBIT_SYSROOT_STRIP = "1" | 27 | INHIBIT_SYSROOT_STRIP = "1" |
28 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 28 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
29 | INSANE_SKIP_${PN}-dev = "arch ldflags staticdev" | 29 | INSANE_SKIP_${PN}-dev = "arch ldflags staticdev file-rdeps" |