From: Nitin A Kamble <[email protected]>

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

Signed-off-by: Nitin A Kamble <[email protected]>
---
 meta/recipes-devtools/gcc/gcc-package-runtime.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc 
b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
index 51483f9..7ac68f2 100644
--- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
@@ -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 = "\
-- 
1.7.4.4


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to