diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-06-04 15:31:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-04 15:31:14 +0000 |
commit | 88535822697ee195987282855f50752891b9cbc1 (patch) | |
tree | 892f110ee61754dad8e3d2d82f015f782154d35b /conf/machine/native.conf | |
parent | d8cd563e5d97f016a4592794374598292bcbcfc4 (diff) |
machine/native.conf: added 'virtual/libiconv virtual/libintl virtual/libc' to ASSUME_PROVIDED so we do not get our libc built
Diffstat (limited to 'conf/machine/native.conf')
-rw-r--r-- | conf/machine/native.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/native.conf b/conf/machine/native.conf index 8caa6b9f1e..92c3072c8c 100644 --- a/conf/machine/native.conf +++ b/conf/machine/native.conf @@ -9,4 +9,5 @@ VENDOR = "-oe" PREFERRED_PROVIDER_virtual/kernel = "native-kernel" ASSUME_PROVIDED += "virtual/gcc-initial virtual/gcc virtual/g++" ASSUME_PROVIDED += "binutils-cross" +ASSUME_PROVIDED += "virtual/libiconv virtual/libintl virtual/libc" |