From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NU2C5-00053S-PQ for openembedded-devel@lists.openembedded.org; Sun, 10 Jan 2010 19:07:21 +0100 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NU29z-0005p1-Qd for openembedded-devel@lists.openembedded.org; Sun, 10 Jan 2010 19:05:07 +0100 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2010 19:05:07 +0100 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Jan 2010 19:05:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Sun, 10 Jan 2010 19:04:16 +0100 Message-ID: References: <1263143433.3710.34.camel@utx.utx.cz> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100104 Shredder/3.0.1pre In-Reply-To: <1263143433.3710.34.camel@utx.utx.cz> X-Enigmail-Version: 1.0 Sender: news X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: [PATCH 2/2] disable static libraries in Angstrom X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Sun, 10 Jan 2010 18:07:21 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oh, and patches for angstrom should be discussed on the angstrom-devel ml, not here. On 10-01-10 18:10, Stanislav Brabec wrote: > Attached patch disables build of major part of static libraries in the > Angstrom distribution. > > Rationale: > > Angstrom distribution is intended for project that are typically based > on multiple packages and use of shared libraries. In such environment, > static libraries are mostly only a waste of space. Disabling static > libraries seems to be a smart default. > > diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf > index 85d6f3f..bddedda 100644 > --- a/conf/distro/angstrom-2008.1.conf > +++ b/conf/distro/angstrom-2008.1.conf > @@ -41,6 +41,9 @@ require conf/distro/include/preferred-opie-versions-1.2.4.inc > DISTRO_TYPE ?= "debug" > #DISTRO_TYPE = "release" > > +# Do not build static libraries by default. > +export enable_static = "no" > + > # Set the toolchain type (internal, external) and brand (generic, csl etc.) > TOOLCHAIN_TYPE ?= "internal" > TOOLCHAIN_BRAND ?= "" > > > > ________________________________________________________________________ > Stanislav Brabec > http://www.penguin.cz/~utx/zaurus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFLShagMkyGM64RGpERAu6jAJ4q5NF/vpB8VD0YRoODwuC6kRlaJACeOdkm UeWVOTPajY9jqIHdlLTuRbU= =q5Lc -----END PGP SIGNATURE-----