angtrom-uclibc: revert the TARGET_OS set for now
authorHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 08:26:10 +0000 (08:26 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Fri, 25 Jul 2008 08:26:10 +0000 (08:26 +0000)
* somehow TARGET_OS ?= do not set the variable will
stick with TARGET_OS otherwise no angstrom-uclibc builds

conf/distro/include/angstrom-uclibc.inc

index cc2c3b1..4b68293 100644 (file)
@@ -14,7 +14,7 @@ USE_NLS ?= "no"
 USE_NLS_glib-2.0 = "yes"
 
 TARGET_OS_UC = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
-TARGET_OS ?= "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"
+TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d)  in ['bfin']]}"
 
 #mess with compiler flags to use -Os instead of -O2
 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info