gdb-external-cross-canadian: skip dev-so, staticdev checks

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Serge Semin
2018-04-04 01:48:54 +05:00
committed by Christopher Larson
parent 07461c6913
commit 501d291564

View File

@@ -5,3 +5,5 @@ FILES_${PN} = "\
${@' '.join('${bindir}/${EXTERNAL_TARGET_SYS}-' + i for i in '${gdb_binaries}'.split())} \
${exec_prefix}/${EXTERNAL_TARGET_SYS}/share/gdb \
"
INSANE_SKIP_${PN} += "dev-so staticdev"