diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-13 13:35:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-18 14:29:28 +0100 |
commit | e0e04c4603d63a0dc6f5bfc53e411be4b25b77d0 (patch) | |
tree | a330404cd534fda96965030c39fac2ab03e9914b /meta | |
parent | 14554f8d2ed36589c1823a315b2e3bca04c882b3 (diff) | |
download | poky-e0e04c4603d63a0dc6f5bfc53e411be4b25b77d0.tar.gz |
gcc-package-runtime.inc: Fix QA warning
> ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped
> /usr/lib/libgomp.so.1.0.0
> /usr/lib/libgomp.so.1
(From OE-Core rev: fee3def2ca49e3349758d9cd9a9cf5645f03cf18)
Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-package-runtime.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc index a81e3b7879..75847b6b92 100644 --- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc | |||
@@ -64,8 +64,9 @@ FILES_libmudflap-dev = "\ | |||
64 | ${libdir}/libmudflap*.a \ | 64 | ${libdir}/libmudflap*.a \ |
65 | ${libdir}/libmudflap*.la" | 65 | ${libdir}/libmudflap*.la" |
66 | 66 | ||
67 | FILES_libgomp = "${libdir}/libgomp*${SOLIBS}" | ||
67 | FILES_libgomp-dev = "\ | 68 | FILES_libgomp-dev = "\ |
68 | ${libdir}/libgomp*.so \ | 69 | ${libdir}/libgomp*${SOLIBSDEV} \ |
69 | ${libdir}/libgomp*.la \ | 70 | ${libdir}/libgomp*.la \ |
70 | ${libdir}/libgomp.spec \ | 71 | ${libdir}/libgomp.spec \ |
71 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \ | 72 | ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \ |