All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] disable static libraries in Angstrom
@ 2010-01-10 17:10 Stanislav Brabec
  2010-01-10 18:02 ` Koen Kooi
  2010-01-10 18:04 ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Stanislav Brabec @ 2010-01-10 17:10 UTC (permalink / raw)
  To: openembedded-devel

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




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-11 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 17:10 [PATCH 2/2] disable static libraries in Angstrom Stanislav Brabec
2010-01-10 18:02 ` Koen Kooi
2010-01-10 19:33   ` Stanislav Brabec
2010-01-11 11:09     ` Koen Kooi
2010-01-10 18:04 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.