diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-07-07 09:34:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-08 16:39:10 +0100 |
commit | 860d8fdd276014d0d5e379993c4ac355176df6ca (patch) | |
tree | 3def7351c244f9e51435bb88eb1489483f838ef0 /meta/recipes-devtools/gcc/gcc-package-runtime.inc | |
parent | 434f328708280a580ca9c976e5dd4e8ac764cef0 (diff) | |
download | poky-860d8fdd276014d0d5e379993c4ac355176df6ca.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-package-runtime.inc')
-rw-r--r-- | 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 51483f9980..7ac68f2f83 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 = "" | |||
18 | # include python debugging scripts | 18 | # include python debugging scripts |
19 | FILES_${PN}-dbg += "\ | 19 | FILES_${PN}-dbg += "\ |
20 | ${libdir}/libstdc++.so.*-gdb.py \ | 20 | ${libdir}/libstdc++.so.*-gdb.py \ |
21 | ${datadir}/gcc-${PV}/python/libstdcxx" | 21 | ${datadir}/gcc-${BINV}/python/libstdcxx" |
22 | 22 | ||
23 | FILES_libg2c = "${target_libdir}/libg2c.so.*" | 23 | FILES_libg2c = "${target_libdir}/libg2c.so.*" |
24 | FILES_libg2c-dev = "\ | 24 | FILES_libg2c-dev = "\ |