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 54F6D77D45 for ; Thu, 30 Mar 2017 22:16:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTP id v2UMGpeQ022890; Thu, 30 Mar 2017 23:16:51 +0100 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 bg8ierVp1nZ9; Thu, 30 Mar 2017 23:16:51 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id v2UMGm44022887 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 30 Mar 2017 23:16:50 +0100 Message-ID: <1490912208.13980.371.camel@linuxfoundation.org> From: Richard Purdie To: Stephano Cetola , Patrick Ohly Date: Thu, 30 Mar 2017 23:16:48 +0100 In-Reply-To: <20170330214700.GA42157@ablanken-mobl.amr.corp.intel.com> References: <7e4d76293bf16287959f76b75aa4ed26c56ea170.1490886538.git-series.patrick.ohly@intel.com> <20170330214700.GA42157@ablanken-mobl.amr.corp.intel.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] net-tools: enable native and nativesdk variant 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: Thu, 30 Mar 2017 22:16:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2017-03-30 at 14:47 -0700, Stephano Cetola wrote: > This won't work, and it is failing on the ab. > > https://autobuilder.yoctoproject.org/main/builders/nightly-no-x11/bui > lds/449/steps/BuildImages/logs/stdio > > Just add a 'return' to your empty bash function and it'll work fine. I tweaked the empty function to contain ":" and have updated -next since I could do with a retest with minimal delta. Cheers, Richard