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: [PATCH 00/40] mostly automake 1.12 related fixes
Date: Thu, 10 May 2012 00:35:22 +0100	[thread overview]
Message-ID: <1336606522.2494.107.camel@ted> (raw)
In-Reply-To: <4FAAFDCB.8060109@linux.intel.com>

On Wed, 2012-05-09 at 16:29 -0700, Saul Wold wrote:
> On 05/04/2012 02:30 PM, nitin.a.kamble@intel.com wrote:
> > From: Nitin A Kamble<nitin.a.kamble@intel.com>
> >
> > With the automake upgrade to 1.12 many recipes started failing due to
> > use of deprecated features. This commit series addresses many of those
> > recipes.
> >
> >
> > The following changes since commit 7f11bbb9bbc55001928bec799a39a32e9fa85659:
> >
> >    bitbake: Fixup bitbake-selftest (2012-05-04 17:41:47 +0100)
> >
> > are available in the git repository at:
> >    git://git.pokylinux.org/poky-contrib nitin/automake-1.12_related_fixes
> >    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/automake-1.12_related_fixes
> >
> > Nitin A Kamble (40):
> >    guile: upgrade from 2.0.3 to 2.0.5
> Merged the guile update in, the reset are still pending.
> 
> Please break it up into build fixes and automake fixes.

The build fixes are related to automake. I think this new automake fixes
broken behaviour in previous versions which left empty directories
around.

The question is whether we go through the metadata and remove the rmdir
of empty directories or make it conditional. I'm tempted just to remove
them if we no longer need them. Our packaging checks will make sure we
notice if the problem comes back again.

Cheers,

Richard




      reply	other threads:[~2012-05-09 23:45 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-04 21:30 [PATCH 00/40] mostly automake 1.12 related fixes nitin.a.kamble
2012-05-04 21:30 ` [PATCH 01/40] guile: upgrade from 2.0.3 to 2.0.5 nitin.a.kamble
2012-05-04 21:30 ` [PATCH 02/40] gmp: fix build with automake 1.12 nitin.a.kamble
2012-05-04 21:30 ` [PATCH 03/40] mpfr: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 04/40] popt: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 05/40] rpm: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 06/40] libxml2: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 07/40] shadow shadow-native: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 08/40] jpeg: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 09/40] libtasn1: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 10/40] systemtap: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 11/40] libmpc: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 12/40] libcheck: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 13/40] texinfo: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 14/40] libidn: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 15/40] glew: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 16/40] findutils: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 17/40] gawk: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 18/40] lrzsz: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 19/40] minicom: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 20/40] lighttpd: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 21/40] tar: fix build nitin.a.kamble
2012-05-04 21:30 ` [PATCH 22/40] libgcrypt: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 23/40] gpgme: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 24/40] telepathy-glib: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 25/40] xf86-video-vmware: fix build issue nitin.a.kamble
2012-05-04 21:30 ` [PATCH 26/40] avahi: fix install issue nitin.a.kamble
2012-05-04 22:54   ` Saul Wold
2012-05-04 21:30 ` [PATCH 27/40] pango: fix dependencies to avoid build issue nitin.a.kamble
2012-05-04 21:30 ` [PATCH 28/40] gnutls: fix build with automake 1.12 nitin.a.kamble
2012-05-04 21:30 ` [PATCH 29/40] libfm: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 30/40] libfm: fix a build issue nitin.a.kamble
2012-05-04 21:30 ` [PATCH 31/40] libcroco: fix build with automake 1.12 nitin.a.kamble
2012-05-04 21:30 ` [PATCH 32/40] evolution-data-server: fix with automake work in progress nitin.a.kamble
2012-05-04 21:30 ` [PATCH 33/40] gmp-4.2.1: fix build with automake 1.12 nitin.a.kamble
2012-05-04 21:30 ` [PATCH 34/40] coreutils-native-6.9: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 35/40] grub-0.97: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 36/40] diffutils-2.8.1: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 37/40] grep-2.5.1a: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 38/40] gawk-3.1.5: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 39/40] findutils-4.2.31: " nitin.a.kamble
2012-05-04 21:30 ` [PATCH 40/40] make-3.81: " nitin.a.kamble
2012-05-04 22:02 ` [PATCH 00/40] mostly automake 1.12 related fixes Khem Raj
2012-05-04 22:48   ` Kamble, Nitin A
2012-05-04 23:09 ` Saul Wold
2012-05-05  0:43   ` Kamble, Nitin A
2012-05-09 23:29 ` Saul Wold
2012-05-09 23:35   ` 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=1336606522.2494.107.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