All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-package-runtime.inc: Fix QA warning
@ 2012-07-13 18:36 Matthew McClintock
  2012-07-13 18:40 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew McClintock @ 2012-07-13 18:36 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>
---
 meta/recipes-devtools/gcc/gcc-4.7.inc             |    2 +-
 meta/recipes-devtools/gcc/gcc-package-runtime.inc |    2 +-
 2 files changed, 2 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..6c77fc3 100644
--- a/meta/recipes-devtools/gcc/gcc-package-runtime.inc
+++ b/meta/recipes-devtools/gcc/gcc-package-runtime.inc
@@ -65,7 +65,7 @@ FILES_libmudflap-dev = "\
   ${libdir}/libmudflap*.la"
 
 FILES_libgomp-dev = "\
-  ${libdir}/libgomp*.so \
+  ${libdir}/libgomp*.so* \
   ${libdir}/libgomp*.la \
   ${libdir}/libgomp.spec \
   ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
-- 
1.7.10





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gcc-package-runtime.inc: Fix QA warning
  2012-07-13 18:36 [PATCH] gcc-package-runtime.inc: Fix QA warning Matthew McClintock
@ 2012-07-13 18:40 ` Khem Raj
  2012-07-13 18:43   ` McClintock Matthew-B29882
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-07-13 18:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Jul 13, 2012 at 11:36 AM, Matthew McClintock <msm@freescale.com> 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
>

that should go into the real libgomp package not -dev package


>  FILES_libgomp-dev = "\
> -  ${libdir}/libgomp*.so \
> +  ${libdir}/libgomp*.so* \
>    ${libdir}/libgomp*.la \
>    ${libdir}/libgomp.spec \
>    ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
> --
> 1.7.10
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gcc-package-runtime.inc: Fix QA warning
  2012-07-13 18:40 ` Khem Raj
@ 2012-07-13 18:43   ` McClintock Matthew-B29882
  2012-07-13 18:47     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: McClintock Matthew-B29882 @ 2012-07-13 18:43 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Fri, Jul 13, 2012 at 1:40 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Fri, Jul 13, 2012 at 11:36 AM, Matthew McClintock <msm@freescale.com> 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
>>
>
> that should go into the real libgomp package not -dev package

Err... all the so files? Or just the new ones?

-M

>
>
>>  FILES_libgomp-dev = "\
>> -  ${libdir}/libgomp*.so \
>> +  ${libdir}/libgomp*.so* \
>>    ${libdir}/libgomp*.la \
>>    ${libdir}/libgomp.spec \
>>    ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
>> --
>> 1.7.10
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gcc-package-runtime.inc: Fix QA warning
  2012-07-13 18:43   ` McClintock Matthew-B29882
@ 2012-07-13 18:47     ` Khem Raj
  2012-07-13 18:54       ` Saul Wold
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2012-07-13 18:47 UTC (permalink / raw)
  To: McClintock Matthew-B29882,
	Patches and discussions about the oe-core layer

On Fri, Jul 13, 2012 at 11:43 AM, McClintock Matthew-B29882
<B29882@freescale.com> wrote:
> On Fri, Jul 13, 2012 at 1:40 PM, Khem Raj <raj.khem@gmail.com> wrote:
>> On Fri, Jul 13, 2012 at 11:36 AM, Matthew McClintock <msm@freescale.com> 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
>>>
>>
>> that should go into the real libgomp package not -dev package
>
> Err... all the so files? Or just the new ones?

the ones that end with .so.* especially the above two.
.so will go into -dev

>
> -M
>
>>
>>
>>>  FILES_libgomp-dev = "\
>>> -  ${libdir}/libgomp*.so \
>>> +  ${libdir}/libgomp*.so* \
>>>    ${libdir}/libgomp*.la \
>>>    ${libdir}/libgomp.spec \
>>>    ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
>>> --
>>> 1.7.10
>>>
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gcc-package-runtime.inc: Fix QA warning
  2012-07-13 18:47     ` Khem Raj
@ 2012-07-13 18:54       ` Saul Wold
  0 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2012-07-13 18:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: McClintock Matthew-B29882

On 07/13/2012 11:47 AM, Khem Raj wrote:
> On Fri, Jul 13, 2012 at 11:43 AM, McClintock Matthew-B29882
> <B29882@freescale.com> wrote:
>> On Fri, Jul 13, 2012 at 1:40 PM, Khem Raj <raj.khem@gmail.com> wrote:
>>> On Fri, Jul 13, 2012 at 11:36 AM, Matthew McClintock <msm@freescale.com> 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
>>>>
>>>
>>> that should go into the real libgomp package not -dev package
>>
>> Err... all the so files? Or just the new ones?
>
> the ones that end with .so.* especially the above two.
> .so will go into -dev
>
Yes, Khem is right, I thought you had them originally in the -dev for a 
reason, so that's where the SOLIBDEV and SOLIB extension can used as 
they define .so and .so.* respectively

Sau!

>>
>> -M
>>
>>>
>>>
>>>>   FILES_libgomp-dev = "\
>>>> -  ${libdir}/libgomp*.so \
>>>> +  ${libdir}/libgomp*.so* \
>>>>     ${libdir}/libgomp*.la \
>>>>     ${libdir}/libgomp.spec \
>>>>     ${libdir}/gcc/${TARGET_SYS}/${BINV}/include/omp.h \
>>>> --
>>>> 1.7.10
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Openembedded-core mailing list
>>>> Openembedded-core@lists.openembedded.org
>>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-07-13 19:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-13 18:36 [PATCH] gcc-package-runtime.inc: Fix QA warning Matthew McClintock
2012-07-13 18:40 ` Khem Raj
2012-07-13 18:43   ` McClintock Matthew-B29882
2012-07-13 18:47     ` Khem Raj
2012-07-13 18:54       ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.