From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga10.intel.com ([192.55.52.92] helo=fmsmga102.fm.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SSbOO-0003OO-J2 for openembedded-core@lists.openembedded.org; Thu, 10 May 2012 23:59:24 +0200 Received: from mail-pz0-f52.google.com ([209.85.210.52]) by mga11.intel.com with ESMTP/TLS/RC4-MD5; 10 May 2012 14:49:28 -0700 Received: by dano14 with SMTP id o14so7618238dan.25 for ; Thu, 10 May 2012 14:49:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=NyNS0IqcveCiwjGhNu3AQIjK/Yj4mIoufQPShtZnnhA=; b=Gm6ID97dP8soz9CAxGIzjYG+sK5ajEbyPpBmhczU8aQe3VivzWj+pdYZoPClZd6YFx 0rt6qzgvejnHXaLo47xzLzleGhaPyvGveqK8SsC8MW08mPKEB0c7e5XcfuUvzmMC8z9A T9OOznxiAHIRwirzJbS9DtGRjZFaEPhDfvuKDjDhnBmmskFDXDjNHcDSUyKDHUDRl0Tw 4X+dedD3dsTUI9uRRKSCXjREJMMNHynxfVXueODHq/WVx3W9EPUhMT05R9JMKbvVYn7H wg9p9UrlKOrD+vkl2pZULZXN8qyDnnAoyEACzqPHihf7ptpfR/lZROe8e1UsczNoZMpL IdGg== Received: by 10.68.134.8 with SMTP id pg8mr2945750pbb.152.1336686566673; Thu, 10 May 2012 14:49:26 -0700 (PDT) Received: from [127.0.0.1] (masterfoo.zenlinux.com. [207.192.74.254]) by mx.google.com with ESMTPS id oi3sm5356906pbb.0.2012.05.10.14.49.24 (version=SSLv3 cipher=OTHER); Thu, 10 May 2012 14:49:25 -0700 (PDT) Message-ID: <4FAC37DA.9080705@intel.com> Date: Thu, 10 May 2012 14:49:14 -0700 From: Scott Garman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1336686231-28111-1-git-send-email-cazfi74@gmail.com> In-Reply-To: <1336686231-28111-1-git-send-email-cazfi74@gmail.com> X-Gm-Message-State: ALoCoQmABpCFmRodbuYIkGccY0IiYxcmkE0Ph8WrRbxzQFXCxPwVXozvXJOMNsTczeUiy4kSO0XW Subject: Re: [PATCH] expat: update to upstream version 2.1.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 21:59:24 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/10/2012 02:43 PM, Marko Lindqvist wrote: > Signed-off-by: Marko Lindqvist > --- > .../expat/{expat-2.0.1 => expat-2.1.0}/autotools.patch | 13 ++++++++----- > meta/recipes-core/expat/expat_2.0.1.bb | 6 ------ > meta/recipes-core/expat/expat_2.1.0.bb | 6 ++++++ > 3 files changed, 14 insertions(+), 11 deletions(-) > rename meta/recipes-core/expat/{expat-2.0.1 => expat-2.1.0}/autotools.patch (53%) > delete mode 100644 meta/recipes-core/expat/expat_2.0.1.bb > create mode 100644 meta/recipes-core/expat/expat_2.1.0.bb Thanks! I'll build-test this overnight and give it an Ack tomorrow morning if all goes well. Scott > > diff --git a/meta/recipes-core/expat/expat-2.0.1/autotools.patch b/meta/recipes-core/expat/expat-2.1.0/autotools.patch > similarity index 53% > rename from meta/recipes-core/expat/expat-2.0.1/autotools.patch > rename to meta/recipes-core/expat/expat-2.1.0/autotools.patch > index c0ac10b..0e59969 100644 > --- a/meta/recipes-core/expat/expat-2.0.1/autotools.patch > +++ b/meta/recipes-core/expat/expat-2.1.0/autotools.patch > @@ -6,14 +6,17 @@ Workaround specific to our build system. > Signed-off-by: Kevin Tian > Signed-off-by: Scott Garman > > -diff -bur expat-2.0.0~orig/configure.in expat-2.0.0/configure.in > ---- expat-2.0.0~orig/configure.in 2006-01-10 19:10:46.000000000 -0600 > -+++ expat-2.0.0/configure.in 2006-02-10 19:12:24.000000000 -0600 > -@@ -50,9 +50,6 @@ > +Updated to apply over expat 2.1.0 > + > +Signed-off-by: Marko Lindqvist > + > +diff -Nurd expat-2.1.0/configure.in expat-2.1.0/configure.in > +--- expat-2.1.0/configure.in 2012-03-04 01:45:53.000000000 +0200 > ++++ expat-2.1.0/configure.in 2012-05-10 21:04:44.000000000 +0300 > +@@ -51,8 +51,6 @@ > > AC_CONFIG_HEADER(expat_config.h) > > --sinclude(conftools/libtool.m4) > -sinclude(conftools/ac_c_bigendian_cross.m4) > - > AC_LIBTOOL_WIN32_DLL > diff --git a/meta/recipes-core/expat/expat_2.0.1.bb b/meta/recipes-core/expat/expat_2.0.1.bb > deleted file mode 100644 > index 30b5684..0000000 > --- a/meta/recipes-core/expat/expat_2.0.1.bb > +++ /dev/null > @@ -1,6 +0,0 @@ > -require expat.inc > -LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" > -PR = "r1" > - > -SRC_URI[md5sum] = "ee8b492592568805593f81f8cdf2a04c" > -SRC_URI[sha256sum] = "847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93" > diff --git a/meta/recipes-core/expat/expat_2.1.0.bb b/meta/recipes-core/expat/expat_2.1.0.bb > new file mode 100644 > index 0000000..1ce1844 > --- /dev/null > +++ b/meta/recipes-core/expat/expat_2.1.0.bb > @@ -0,0 +1,6 @@ > +require expat.inc > +LIC_FILES_CHKSUM = "file://COPYING;md5=1b71f681713d1256e1c23b0890920874" > +PR = "r0" > + > +SRC_URI[md5sum] = "dd7dab7a5fea97d2a6a43f511449b7cd" > +SRC_URI[sha256sum] = "823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86" -- Scott Garman Embedded Linux Engineer - Yocto Project Intel Open Source Technology Center