From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [CONSOLIDATED PULL 19/19] gcc-package-target: add libexec for plugins
Date: Tue, 01 May 2012 14:17:50 +0100 [thread overview]
Message-ID: <1335878270.7415.104.camel@ted> (raw)
In-Reply-To: <c5a3097cc2507d3fe49f113684912d4804ed02bd.1335824356.git.sgw@linux.intel.com>
On Mon, 2012-04-30 at 15:21 -0700, Saul Wold wrote:
> Fixes:
>
> ERROR: For recipe gcc, the following files/directories were installed but not shipped in any package:
> ERROR: /usr/libexec/gcc/i586-poky-linux/4.7.1/plugin/gengtype
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> meta/recipes-devtools/gcc/gcc-4.7.inc | 2 +-
> meta/recipes-devtools/gcc/gcc-package-target.inc | 11 ++++-------
> 2 files changed, 5 insertions(+), 8 deletions(-)
Saul, this patch does other things in addition to what is described
above. Why?
Cheers,
Richard
> diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc
> index 784a3be..8adeb8d 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 = "r0"
> +PR = "r1"
>
> # Third digit in PV should be incremented after a minor release
> # happens from this branch on gcc e.g. currently its 4.7.0
> diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc
> index d58e001..392dfc4 100644
> --- a/meta/recipes-devtools/gcc/gcc-package-target.inc
> +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc
> @@ -1,5 +1,5 @@
> PACKAGES = "\
> - ${PN} ${PN}-plugins ${PN}-symlinks \
> + ${PN} ${PN}-symlinks \
> g++ g++-symlinks \
> cpp cpp-symlinks \
> g77 g77-symlinks \
> @@ -36,20 +36,17 @@ FILES_${PN}-dev = "\
> "
> FILES_${PN}-plugin-dev = "\
> ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/include/ \
> - ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gengtype \
> ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin/gtype.state \
> + ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/plugin/gengtype \
> "
> +ALLOW_EMPTY_${PN}-plugin-dev = "1"
> +
> FILES_${PN}-symlinks = "\
> ${bindir}/cc \
> ${bindir}/gcc \
> ${bindir}/gccbug \
> "
>
> -FILES_${PN}-plugins = "\
> - ${gcclibdir}/${TARGET_SYS}/${BINV}/plugin \
> -"
> -ALLOW_EMPTY_${PN}-plugins = "1"
> -
> FILES_g77 = "\
> ${bindir}/${TARGET_PREFIX}g77 \
> ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/f771 \
next prev parent reply other threads:[~2012-05-01 13:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 22:20 [CONSOLIDATED PULL 00/19] Updates and Fixes Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 01/19] xorg: add more native BBCLASSEXTENDs from meta-oe Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 02/19] opkg-utils: bump SRCREV for Packages cache fix and other fixes Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 03/19] opkg-collateral: import fixes from OE-Classic Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 04/19] alsa-tools: update to 1.0.25 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 05/19] tune-sh4.inc: Fix spelling of big-endian feature set Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 06/19] gst-fluendo-mpegdemux: upgrade to version 0.10.70 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 07/19] telepathy-mission-control: upgrade to version 5.12.0 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 08/19] telepathy-glib: upgrade to version 0.18.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 09/19] bluez-hcidump: upgrade to version 2.4 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 10/19] iptables: upgrade to version 1.4.13 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 11/19] distro_tracking_fields: Change for ofono, iptables, etc Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 12/19] glib-2.0: upgrade to 2.32.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 13/19] gobject-introspection: upgrade to 1.32.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 14/19] libsoup-2.4: upgrade to 2.38.1 Saul Wold
2012-04-30 22:20 ` [CONSOLIDATED PULL 15/19] ofono: upgrade to 1.6 Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 16/19] Fix a couple of missing Upstream-Status Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 17/19] eglibc-package: remove /var Saul Wold
2012-04-30 22:21 ` [CONSOLIDATED PULL 18/19] libgcc: Add MLPREFIX to sanity check skip Saul Wold
2012-05-01 10:48 ` Richard Purdie
2012-04-30 22:21 ` [CONSOLIDATED PULL 19/19] gcc-package-target: add libexec for plugins Saul Wold
2012-05-01 13:17 ` Richard Purdie [this message]
2012-05-01 13:26 ` Khem Raj
2012-05-01 15:00 ` Saul Wold
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=1335878270.7415.104.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox