angstrom-glibc: remove stray space
authorKoen Kooi <koen@openembedded.org>
Tue, 24 Oct 2006 09:47:10 +0000 (09:47 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 24 Oct 2006 09:47:10 +0000 (09:47 +0000)
conf/distro/include/angstrom-glibc.inc

index 655e1a2..6ee5097 100644 (file)
@@ -1,7 +1,7 @@
 # glibc:
 PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
 PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
-PREFERRED_PROVIDER_virtual/libc ? = "glibc"
+PREFERRED_PROVIDER_virtual/libc ?= "glibc"
 
 TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"