From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [194.106.48.114] (helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.67) (envelope-from ) id 1IuPjF-0004H5-HY for openembedded-devel@openembedded.org; Tue, 20 Nov 2007 10:49:13 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id lAK9l6Nw009347 for ; Tue, 20 Nov 2007 09:47:06 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09219-02 for ; Tue, 20 Nov 2007 09:46:59 +0000 (GMT) Received: from [192.168.1.15] (max.rpnet.com [192.168.1.15]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id lAK9ksRQ009299 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 20 Nov 2007 09:46:54 GMT From: Richard Purdie To: openembedded-devel@openembedded.org In-Reply-To: <1195540585.11106.5.camel@localhost> References: <20071119224008.CD638401CA7@tinman.treke.net> <1195540585.11106.5.camel@localhost> Date: Tue, 20 Nov 2007 09:46:53 +0000 Message-Id: <1195552013.6337.18.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: Host dependency vs. -native packages balance X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 09:49:13 -0000 Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 2007-11-20 at 07:36 +0100, Esben Haabendal wrote: > Not having looked at the details of this bug, it seems like a good > example of how more host dependency creep into OE. > > I think it raises two questions: > > 1. Where do we want the balance between dependency on host installed > libraries and tools vs. OE provided -native packages? > > 2. How can we better handle or track the actual host dependency of > current OE? > > The current situation is that some (maybe even most) host dependencies > are discussed on the RequiredSoftware and OEandYourDistro pages. They > are clearly not up-to-date and comments in bugzilla such as the one > below are a bit harder to find. Dependencies needed from the host system are those listed in ASSUME_PROVIDED. If its not listed in ASSUME_PROVIDED, OE shouldn't need it. If it needs something not listed, that is a bug. Cheers, Richard