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 2B278600B3 for ; Tue, 30 Aug 2016 08:41:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u7U8f09B008614; Tue, 30 Aug 2016 09:41:00 +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 crFXe6DOdfhk; Tue, 30 Aug 2016 09:41:00 +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 u7U8esiw008610 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 30 Aug 2016 09:40:55 +0100 Message-ID: <1472546454.29583.14.camel@linuxfoundation.org> From: Richard Purdie To: jackie.huang@windriver.com, openembedded-core@lists.openembedded.org Date: Tue, 30 Aug 2016 09:40:54 +0100 In-Reply-To: <20160830080851.29283-1-jackie.huang@windriver.com> References: <20160830080851.29283-1-jackie.huang@windriver.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH] meta-ide-support: set noexec for tasks 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: Tue, 30 Aug 2016 08:41:02 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2016-08-30 at 16:08 +0800, jackie.huang@windriver.com wrote: > From: Jackie Huang > > The recipe is to generate an environment script in > do_populate_ide_support for using an IDE, the tasks > listed are not needed, so set 'noexec' for them. Would "inherit nopackage" help here and simplify this patch a bit? Cheers, Richard