Openembedded Core Discussions
 help / color / mirror / Atom feed
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 00/26] Round up of patches and pull
Date: Mon, 12 Dec 2011 21:52:07 +0000	[thread overview]
Message-ID: <1323726727.2731.16.camel@ted> (raw)
In-Reply-To: <cover.1323643433.git.sgw@linux.intel.com>

On Sun, 2011-12-11 at 14:47 -0800, Saul Wold wrote:
> Richard,
> 
> This is a round of of patches and pulls from last week, built
> locally and on AB.
> 
> Includes Nitin's X32 changes along with fixes noticed while doing
> self-hosted work (address comments from Paul earlier).
> 
> Sau!
> 
> 
> The following changes since commit 07f94fa1d661d38b775ce2d99b84e5610c369392:
> 
>   license/copyleft: exception for ast parse (2011-12-10 00:17:25 +0000)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib sgw/stage
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage
> 
> Christopher Larson (1):
>   lzop-1.03: add recipe
> 
> Elizabeth Flanagan (1):
>   license: PR bump failure
> 
> Frans Meulenbroeks (1):
>   u-boot: renamed dir from uboot to the more appropriate u-boot
> 
> H.J. Lu (3):
>   mesa: Properly create share library for x32
>   siteinfo: create a new siteinfo for x32-linux
>   openssl-1.0.0e: Update x32 Configure
> 
> Khem Raj (3):
>   qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1
>   task-core-nfs: Add nfs-utils-client to RDEPENDS
>   eglibc: Generate cross testing script during install
> 
> Nitin A Kamble (8):
>   gst-fluendo.inc: remove unneccessary hack
>   mdadm: Make custom CC definition conditional
>   pulseaudio: fix compilation with x32 toolchain
>   libacpi: Fix libdir for x32
>   findutils: Fix compilation for x32 toolchain
>   pax: fix compilation with x32 toolchain
>   libacpi: Use the cross strip instead of host strip
>   x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH
> 
> Otavio Salvador (2):
>   dosfstools: update native to 2.11
>   scripts/send-pull-request: fix typo
> 
> Saul Wold (7):
>   ncurses: libcurses.so should link to libncurses.so
>   bitbake.conf: remove texinfo-native from ASSUME_PROVIDED
>   texinfo: fix compile failure due target makedoc binary being used
>   task-self-hosted: Reorder by Alpha
>   task-self-hosted: Added perl-pod (slight reorder)
>   task-self-hosted: Add host-tools task
>   task-self-hosted: Move tools to host-tools task

Thanks Saul, these look good. I took all except the uboot one which
needs careful timing, I'll merge that tomorrow morning my time when
maintainers likely to be affected are likely awake.

Cheers,

Richard






      parent reply	other threads:[~2011-12-12 21:59 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-11 22:47 [CONSOLIDATED PULL 00/26] Round up of patches and pull Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 01/26] ncurses: libcurses.so should link to libncurses.so Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 02/26] bitbake.conf: remove texinfo-native from ASSUME_PROVIDED Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 03/26] texinfo: fix compile failure due target makedoc binary being used Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 04/26] task-self-hosted: Reorder by Alpha Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 05/26] task-self-hosted: Added perl-pod (slight reorder) Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 06/26] task-self-hosted: Add host-tools task Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 07/26] task-self-hosted: Move tools to " Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 08/26] lzop-1.03: add recipe Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 09/26] dosfstools: update native to 2.11 Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 10/26] u-boot: renamed dir from uboot to the more appropriate u-boot Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 11/26] gst-fluendo.inc: remove unneccessary hack Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 12/26] mdadm: Make custom CC definition conditional Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 13/26] pulseaudio: fix compilation with x32 toolchain Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 14/26] libacpi: Fix libdir for x32 Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 15/26] findutils: Fix compilation for x32 toolchain Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 16/26] mesa: Properly create share library for x32 Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 17/26] pax: fix compilation with x32 toolchain Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 18/26] siteinfo: create a new siteinfo for x32-linux Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 19/26] libacpi: Use the cross strip instead of host strip Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 20/26] openssl-1.0.0e: Update x32 Configure Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 21/26] x86 tune: fix TUNE_PKGARCH definition for proper PACKAGE_ARCH Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 22/26] scripts/send-pull-request: fix typo Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 23/26] license: PR bump failure Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 24/26] qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1 Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 25/26] task-core-nfs: Add nfs-utils-client to RDEPENDS Saul Wold
2011-12-11 22:47 ` [CONSOLIDATED PULL 26/26] eglibc: Generate cross testing script during install Saul Wold
2011-12-12 21:52 ` Richard Purdie [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=1323726727.2731.16.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