git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c91d8d
)
angstrom-glibc: remove stray space
author
Koen Kooi
<koen@openembedded.org>
Tue, 24 Oct 2006 09:47:10 +0000
(09:47 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 24 Oct 2006 09:47:10 +0000
(09:47 +0000)
conf/distro/include/angstrom-glibc.inc
patch
|
blob
|
history
diff --git
a/conf/distro/include/angstrom-glibc.inc
b/conf/distro/include/angstrom-glibc.inc
index
655e1a2
..
6ee5097
100644
(file)
--- a/
conf/distro/include/angstrom-glibc.inc
+++ b/
conf/distro/include/angstrom-glibc.inc
@@
-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']}"