All of lore.kernel.org
 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: [PATCH] autoconf: updated to 2.69
Date: Thu, 19 Jul 2012 21:34:06 -0700	[thread overview]
Message-ID: <5008DFBE.4020707@linux.intel.com> (raw)
In-Reply-To: <1342694032-31936-1-git-send-email-bogdan.a.marinescu@intel.com>

On 07/19/2012 03:33 AM, Bogdan Marinescu wrote:
> Tested with core-image-sato-sdk and lib32-core-image-sato-sdk.
> This update was done mainly because multilib builds failed on master with this error:
>
> | autoreconf: running: aclocal -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/m4/ -I /poky/build/tmp/sysroots/x86_64-linux/usr/share/aclocal-1.12 -I /poky/build/tmp/work/x86-pokymllib32-linux/lib32-automake-1.12.1-r0/automake-1.12.1/aclocal-copy/ --force --warnings=cross
> | aclocal: warning: unknown warning category 'cross'
> | configure.ac:18: error: Autoconf version 2.69 or higher is required
>
> Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com>
> ---
>   meta/recipes-devtools/autoconf/autoconf.inc        |    2 +-
>   .../{autoconf_2.68.bb => autoconf_2.69.bb}         |    4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-devtools/autoconf/{autoconf_2.68.bb => autoconf_2.69.bb} (85%)
>
> diff --git a/meta/recipes-devtools/autoconf/autoconf.inc b/meta/recipes-devtools/autoconf/autoconf.inc
> index 3ae98c8..778c9a1 100644
> --- a/meta/recipes-devtools/autoconf/autoconf.inc
> +++ b/meta/recipes-devtools/autoconf/autoconf.inc
> @@ -12,7 +12,7 @@ RDEPENDS_${PN} = "m4 gnu-config"
>   RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
>   RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
>
> -SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
> +SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \

We support the .xz format also which is a tighter compression, why not 
use that one instead?  1.8M vs 1.2M (xz)

Sau!

>   	   file://program_prefix.patch"
>
>   inherit autotools
> diff --git a/meta/recipes-devtools/autoconf/autoconf_2.68.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
> similarity index 85%
> rename from meta/recipes-devtools/autoconf/autoconf_2.68.bb
> rename to meta/recipes-devtools/autoconf/autoconf_2.69.bb
> index 8d466e0..478f8ed 100644
> --- a/meta/recipes-devtools/autoconf/autoconf_2.68.bb
> +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb
> @@ -17,8 +17,8 @@ SRC_URI += "file://autoreconf-include.patch \
>               file://remove-usr-local-lib-from-m4.patch \
>              "
>
> -SRC_URI[md5sum] = "864d785215aa60d627c91fcb21b05b07"
> -SRC_URI[sha256sum] = "c491fb273fd6d4ca925e26ceed3d177920233c76d542b150ff35e571454332c8"
> +SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b"
> +SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969"
>
>   SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch"
>
>




  reply	other threads:[~2012-07-20  4:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-19 10:33 [PATCH] autoconf: updated to 2.69 Bogdan Marinescu
2012-07-20  4:34 ` Saul Wold [this message]
     [not found]   ` <CAMZjud2sBaiWWzMWFygJHaKqdQCd7bPr2RUHpv7nNW6mdHwb6w@mail.gmail.com>
2012-07-23  7:25     ` Marinescu, Bogdan A
2012-07-23 18:09 ` 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=5008DFBE.4020707@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 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.