Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
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 08:00:17 -0700	[thread overview]
Message-ID: <4F9FFA81.1040900@linux.intel.com> (raw)
In-Reply-To: <4F9FE478.6070107@gmail.com>

On 05/01/2012 06:26 AM, Khem Raj wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 05/01/2012 06:17 AM, Richard Purdie wrote:
>> 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
>
> see part of this commit
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/misc&id=86542ceef469a20a77d2191f7c1f6e36911174d3
>
Khem, this patch also seems to to multiple things.

>>> 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?
>>
I had a different change, and should have changed that back to not 
remove the plug-in package.  I will update this patch in the tree.

Sau!

>> 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 \
>>
>>
>>
>> _______________________________________________ Openembedded-core
>> mailing list Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk+f5HcACgkQuwUzVZGdMxTCWgCZAb0BcPwGMsign36/AGoPBQpk
> ABoAn3lqySL2xGTUFvwQoAbXUz3eNQzr
> =NpaZ
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



      reply	other threads:[~2012-05-01 15:10 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
2012-05-01 13:26     ` Khem Raj
2012-05-01 15:00       ` 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=4F9FFA81.1040900@linux.intel.com \
    --to=sgw@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox