opendreambox: move GLIBC_EXTRA_OECONF to machine default config, allow to override...
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 15 Jul 2009 19:00:19 +0000 (21:00 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 15 Jul 2009 19:00:19 +0000 (21:00 +0200)
conf/distro/opendreambox.conf
conf/machine/include/dreambox-mipsel.inc
conf/machine/include/dreambox.inc

index 933558f..6a3a87b 100644 (file)
@@ -46,8 +46,6 @@ PREFERRED_PROVIDER_initscripts = "initscripts-opendreambox"
 PREFERRED_PROVIDER_virtual/db = "db"
 PREFERRED_PROVIDER_virtual/db-native = "db-native"
 
-GLIBC_EXTRA_OECONF = "--disable-profile --with-tls --without-fp --with-__thread"
-
 require conf/distro/include/sane-srcdates.inc
 require conf/distro/include/sane-srcrevs.inc
 require conf/distro/include/sane-toolchain.inc
index cc10206..97ade4d 100644 (file)
@@ -8,7 +8,7 @@ PREFERRED_PROVIDER_task-opendreambox-dvbapi = "task-opendreambox-dvbapi3"
 PREFERRED_PROVIDER_task-opendreambox-ui = "task-opendreambox-enigma2"
 
 TARGET_ARCH = "mipsel"
-TARGET_FPU = "soft"
+TARGET_FPU ?= "soft"
 
 require conf/machine/include/dreambox.inc
 require conf/machine/include/tune-mips32.inc
index 35e42a9..21b75e1 100644 (file)
@@ -3,6 +3,7 @@
 EXTRA_IMAGEDEPENDS += "dreambox-secondstage dreambox-buildimage-native"
 
 GLIBC_ADDONS ?= "ports,nptl,libidn"
+GLIBC_EXTRA_OECONF ?= "--disable-profile --with-tls --without-fp --with-__thread"
 
 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "dreambox-dvb-modules"
 MACHINE_FEATURES += "kernel26"