* [PATCH v2] gcc-package-runtime.inc: Fix QA warning
@ 2012-07-13 19:15 Matthew McClintock
2012-07-19 7:45 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Matthew McClintock @ 2012-07-13 19:15 UTC (permalink / raw)
To: openembedded-core
> ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped
> /usr/lib/libgomp.so.1.0.0
> /usr/lib/libgomp.so.1
Signed-off-by: Matthew McClintock <msm@freescale.com>
---
v2: - use SOLIBS and SOLIBSDEV
meta/recipes-devtools/gcc/gcc-4.7.inc | 2 +-
meta/recipes-devtools/gcc/gcc-package-runtime.inc | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
index 0e40533..b3012d7 100644
--- a/meta/recipes-devtools/gcc/gcc-4.7.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
@@ -1,6 +1,6 @@
require gcc-common.inc
-PR = "r5"
+PR = "r6"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.7.1
diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
index a81e3b7..75847b6 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 = "\
${libdir}/libmudflap*.a \
${libdir}/libmudflap*.la"
+FILES_libgomp = "${libdir}/libgomp*${SOLIBS}"
FILES_libgomp-dev = "\
- ${libdir}/libgomp*.so \
+ ${libdir}/libgomp*${SOLIBSDEV} \
${libdir}/libgomp*.la \
${libdir}/libgomp.spec \
${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
--
1.7.10
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] gcc-package-runtime.inc: Fix QA warning
2012-07-13 19:15 [PATCH v2] gcc-package-runtime.inc: Fix QA warning Matthew McClintock
@ 2012-07-19 7:45 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-07-19 7:45 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Matthew McClintock
On 07/13/2012 12:15 PM, Matthew McClintock wrote:
>> ERROR: QA Issue: gcc-runtime: Files/directories were installed but not shipped
>> /usr/lib/libgomp.so.1.0.0
>> /usr/lib/libgomp.so.1
>
> Signed-off-by: Matthew McClintock <msm@freescale.com>
> ---
> v2: - use SOLIBS and SOLIBSDEV
>
> meta/recipes-devtools/gcc/gcc-4.7.inc | 2 +-
> meta/recipes-devtools/gcc/gcc-package-runtime.inc | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
> index 0e40533..b3012d7 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.7.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc
> @@ -1,6 +1,6 @@
> require gcc-common.inc
>
> -PR = "r5"
> +PR = "r6"
>
> # Third digit in PV should be incremented after a minor release
> # happens from this branch on gcc e.g. currently its 4.7.1
> diff --git a/meta/recipes-devtools/gcc/gcc-package-runtime.inc b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
> index a81e3b7..75847b6 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 = "\
> ${libdir}/libmudflap*.a \
> ${libdir}/libmudflap*.la"
>
> +FILES_libgomp = "${libdir}/libgomp*${SOLIBS}"
> FILES_libgomp-dev = "\
> - ${libdir}/libgomp*.so \
> + ${libdir}/libgomp*${SOLIBSDEV} \
> ${libdir}/libgomp*.la \
> ${libdir}/libgomp.spec \
> ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-19 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-13 19:15 [PATCH v2] gcc-package-runtime.inc: Fix QA warning Matthew McClintock
2012-07-19 7:45 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox