From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U1IHz-0007zY-Co for openembedded-core@lists.openembedded.org; Fri, 01 Feb 2013 16:12:28 +0100 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r11F1QP3017083; Fri, 1 Feb 2013 15:01:27 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id h9FO0HOhpXLA; Fri, 1 Feb 2013 15:01:26 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r11F1KeI017078 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 1 Feb 2013 15:01:23 GMT Message-ID: <1359730580.14071.64.camel@ted> From: Richard Purdie To: "Marinescu, Bogdan A" Date: Fri, 01 Feb 2013 14:56:20 +0000 In-Reply-To: References: <1359633187-28629-1-git-send-email-bogdan.a.marinescu@intel.com> <1359649807.14071.48.camel@ted> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] flex: updated to 2.5.37 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 15:12:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-02-01 at 12:29 +0200, Marinescu, Bogdan A wrote: > On Thu, Jan 31, 2013 at 6:30 PM, Richard Purdie > wrote: > On Thu, 2013-01-31 at 13:53 +0200, Bogdan Marinescu wrote: > > Removed the patches to flex, because they are now applied to > the > > latest version. > > > > Signed-off-by: Bogdan Marinescu > > > --- > > .../flex/flex/avoid-FORTIFY-warnings.patch | 59 > -------------------- > > .../flex/int-is-not-the-same-size-as-size_t.patch | 42 > -------------- > > meta/recipes-devtools/flex/flex_2.5.35.bb | 11 > ---- > > meta/recipes-devtools/flex/flex_2.5.37.bb | 8 > +++ > > 4 files changed, 8 insertions(+), 112 deletions(-) > > delete mode 100644 > meta/recipes-devtools/flex/flex/avoid-FORTIFY-warnings.patch > > delete mode 100644 > meta/recipes-devtools/flex/flex/int-is-not-the-same-size-as-size_t.patch > > delete mode 100644 > meta/recipes-devtools/flex/flex_2.5.35.bb > > create mode 100644 > meta/recipes-devtools/flex/flex_2.5.37.bb > > > This failed to build for me: > > > What image are you building? I am unable to reproduce this problem > locally. > It doesn't matter, "bitbake flex-native" fails. It probably depends on what doc tools you have installed locally. Cheers, Richard