From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 97F2B78559 for ; Fri, 28 Jul 2017 22:01:33 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id v6SM1WiY000874 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 28 Jul 2017 23:01:34 +0100 Message-ID: <1501279292.22282.188.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj , openembedded-core@lists.openembedded.org Date: Fri, 28 Jul 2017 23:01:32 +0100 In-Reply-To: <20170728114716.41389-1-raj.khem@gmail.com> References: <20170728114716.41389-1-raj.khem@gmail.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (dan.rpsys.net [192.168.3.1]); Fri, 28 Jul 2017 23:01:34 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH 3/3] re2c: Transfer recipe from meta-oe and upgrade to 0.16 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 28 Jul 2017 22:01:35 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Fri, 2017-07-28 at 04:47 -0700, Khem Raj wrote: > ninja needs it. > > Signed-off-by: Khem Raj > --- >  meta/recipes-support/re2c/re2c_0.16.bb | 15 +++++++++++++++ >  1 file changed, 15 insertions(+) >  create mode 100644 meta/recipes-support/re2c/re2c_0.16.bb Doesn't seem to build: https://autobuilder.yocto.io/builders/nightly-no-x11/builds/376/steps/BuildImages/logs/stdio [amongst several other similar failures in the build] Cheers, Richard