mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
gcc-runtime: fix installed but unpackaged files
gcc recipes has changed, currently ${PV} is 4.6 and ${BINV} is 4.6.1 version.
Fix these QA warnings.
WARNING: For recipe gcc-runtime, the following files were installed but not shipped in any package:
WARNING: /usr/share/gcc-4.6.1/python/libstdcxx/__init__.py
WARNING: /usr/share/gcc-4.6.1/python/libstdcxx/v6/__init__.py
WARNING: /usr/share/gcc-4.6.1/python/libstdcxx/v6/printers.py
(From OE-Core rev: e29a8601c7b028696527c70aa0d4862157ce2d81)
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
434f328708
commit
860d8fdd27
@@ -18,7 +18,7 @@ RRECOMMENDS_${PN}-dbg = ""
|
||||
# include python debugging scripts
|
||||
FILES_${PN}-dbg += "\
|
||||
${libdir}/libstdc++.so.*-gdb.py \
|
||||
${datadir}/gcc-${PV}/python/libstdcxx"
|
||||
${datadir}/gcc-${BINV}/python/libstdcxx"
|
||||
|
||||
FILES_libg2c = "${target_libdir}/libg2c.so.*"
|
||||
FILES_libg2c-dev = "\
|
||||
|
||||
Reference in New Issue
Block a user