From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: Matthew McClintock <msm@freescale.com>
Subject: Re: [PATCH v2] gcc-package-runtime.inc: Fix QA warning
Date: Thu, 19 Jul 2012 00:45:09 -0700 [thread overview]
Message-ID: <5007BB05.2040007@linux.intel.com> (raw)
In-Reply-To: <1342206947-22186-1-git-send-email-msm@freescale.com>
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!
prev parent reply other threads:[~2012-07-19 7:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-13 19:15 [PATCH v2] gcc-package-runtime.inc: Fix QA warning Matthew McClintock
2012-07-19 7:45 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5007BB05.2040007@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=msm@freescale.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.