All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Qing He <qing.he@intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 09/10] lzo: upgrade to version 2.05
Date: Fri, 29 Apr 2011 15:28:08 -0700	[thread overview]
Message-ID: <4DBB3B78.9050405@intel.com> (raw)
In-Reply-To: <9e84c6f3387db8db8c79030740ea2d6800e02020.1304069545.git.qing.he@intel.com>

On 04/29/2011 02:35 AM, Qing He wrote:
> From: Qing He<qing.he@intel.com>
>
> from 2.04
what changed in the LICESNE Files, maybe just the date, but when I see 
that those files have changed it raises a flag for me, so please update 
the comment for this to indicate what changed.

Thanks
    Sau!


>
> Signed-off-by: Qing He<qing.he@intel.com>
> ---
>   .../lzo/{lzo-2.04 =>  lzo-2.05}/acinclude.m4        |    0
>   .../lzo/{lzo-2.04 =>  lzo-2.05}/autoconf.patch      |    4 +++-
>   .../lzo/{lzo_2.04.bb =>  lzo_2.05.bb}               |    8 ++++----
>   3 files changed, 7 insertions(+), 5 deletions(-)
>   rename meta/recipes-support/lzo/{lzo-2.04 =>  lzo-2.05}/acinclude.m4 (100%)
>   rename meta/recipes-support/lzo/{lzo-2.04 =>  lzo-2.05}/autoconf.patch (84%)
>   rename meta/recipes-support/lzo/{lzo_2.04.bb =>  lzo_2.05.bb} (59%)
>
> diff --git a/meta/recipes-support/lzo/lzo-2.04/acinclude.m4 b/meta/recipes-support/lzo/lzo-2.05/acinclude.m4
> similarity index 100%
> rename from meta/recipes-support/lzo/lzo-2.04/acinclude.m4
> rename to meta/recipes-support/lzo/lzo-2.05/acinclude.m4
> diff --git a/meta/recipes-support/lzo/lzo-2.04/autoconf.patch b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
> similarity index 84%
> rename from meta/recipes-support/lzo/lzo-2.04/autoconf.patch
> rename to meta/recipes-support/lzo/lzo-2.05/autoconf.patch
> index c342387..dbd2072 100644
> --- a/meta/recipes-support/lzo/lzo-2.04/autoconf.patch
> +++ b/meta/recipes-support/lzo/lzo-2.05/autoconf.patch
> @@ -2,6 +2,8 @@ Date: 12/31/2010
>   Didn't find 2.67 specific features, so lower the requirement
>   to pass build
>
> +Upstream-Status: Inappropriate [workaround]
> +
>   Signed-off-by: Qing He<qing.he@intel.com>
>   ---
>   diff --git a/configure.ac b/configure.ac
> @@ -14,6 +16,6 @@ index 650749a..2a78845 100644
>
>   -AC_PREREQ(2.67)
>   +AC_PREREQ(2.65)
> - AC_INIT([LZO],[2.04],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
> + AC_INIT([LZO],[2.05],[markus@oberhumer.com],[lzo],[http://www.oberhumer.com/opensource/lzo/])
>    AC_MSG_NOTICE([Configuring LZO $PACKAGE_VERSION])
>    AC_CONFIG_SRCDIR(src/lzo_init.c)
> diff --git a/meta/recipes-support/lzo/lzo_2.04.bb b/meta/recipes-support/lzo/lzo_2.05.bb
> similarity index 59%
> rename from meta/recipes-support/lzo/lzo_2.04.bb
> rename to meta/recipes-support/lzo/lzo_2.05.bb
> index f8c8aba..411b744 100644
> --- a/meta/recipes-support/lzo/lzo_2.04.bb
> +++ b/meta/recipes-support/lzo/lzo_2.05.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.oberhumer.com/opensource/lzo/"
>   SECTION = "libs"
>   PRIORITY = "optional"
>   LICENSE = "GPLv2+"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=8cad52263e636e25377bc18420118101 \
> -                    file://src/lzo_init.c;beginline=5;endline=36;md5=454f781644dfe945e3634a9b699e91f3"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> +                    file://src/lzo_init.c;beginline=23;endline=40;md5=924a0f71f5394f6d404be3b458474769"
>   PR = "r0"
>
>   SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
> @@ -12,8 +12,8 @@ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \
>              file://acinclude.m4 \
>              "
>
> -SRC_URI[md5sum] = "a383c7055a310e2a71b9ecd19cfea238"
> -SRC_URI[sha256sum] = "4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428"
> +SRC_URI[md5sum] = "c67cda5fa191bab761c7cb06fe091e36"
> +SRC_URI[sha256sum] = "449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333"
>
>   inherit autotools
>



  reply	other threads:[~2011-04-29 22:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29  9:35 [PATCH 00/10] recipe upgrades, Apr. 29 Qing He
2011-04-29  9:35 ` [PATCH 06/10] nettle: add new recipe Qing He
2011-04-29  9:35 ` [PATCH 07/10] gnutls: upgrade to version 2.12.3 Qing He
2011-04-29  9:35 ` [PATCH 10/10] libcap: upgrade to version 2.20 Qing He
2011-04-29  9:35 ` [PATCH 08/10] shared-mime-info: upgrade to version 0.90 Qing He
2011-04-29  9:35 ` [PATCH 03/10] augeas: upgrade to version 0.8.1 Qing He
2011-04-29  9:35 ` [PATCH 09/10] lzo: upgrade to version 2.05 Qing He
2011-04-29 22:28   ` Saul Wold [this message]
2011-04-29  9:35 ` [PATCH 05/10] busybox: upgrade to version 1.18.4 Qing He
2011-04-29  9:35 ` [PATCH 02/10] acl: upgrade to version 2.2.51 Qing He
2011-04-29  9:35 ` [PATCH 01/10] attr: upgrade to version 2.4.46 Qing He
2011-04-29 22:54   ` Saul Wold
2011-04-29  9:35 ` [PATCH 04/10] curl: upgrade to version 7.21.6 Qing He
2011-04-29 22:58 ` [PATCH 00/10] recipe upgrades, Apr. 29 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=4DBB3B78.9050405@intel.com \
    --to=saul.wold@intel.com \
    --cc=poky@yoctoproject.org \
    --cc=qing.he@intel.com \
    /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.