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 DC05F788C7 for ; Tue, 9 Jan 2018 23:12:49 +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 w09NBu2D027703 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 9 Jan 2018 23:11:57 GMT Message-ID: <1515539516.29722.106.camel@linuxfoundation.org> From: Richard Purdie To: Denys Dmytriyenko , openembedded-core@lists.openembedded.org Date: Tue, 09 Jan 2018 23:11:56 +0000 In-Reply-To: <1515536661-51529-1-git-send-email-denis@denix.org> References: <1515536661-51529-1-git-send-email-denis@denix.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Cc: Denys Dmytriyenko Subject: Re: [PATCH] at: explicitly depend on bison-native for deterministic builds 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, 09 Jan 2018 23:12:50 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2018-01-09 at 17:24 -0500, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Usually bison-native gets into sysroot through indirect dependencies, > even with RSS. But when bison-native is not in sysroot, due to > different > system config, Any idea what that "different system config" is? I get worried about things like this and would like to understand it a little better... Cheers, Richard