diff options
author | Koen Kooi <koen@openembedded.org> | 2005-08-06 19:18:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-06 19:18:10 +0000 |
commit | 1c5f9e218c003dafb099587cc891e367c4f56490 (patch) | |
tree | 4f5d9f2d515612fb35ae42e322372feacfae15ee /conf | |
parent | 5f737cd2707a03139301761a0edbe28959db90fe (diff) | |
parent | 27092e7530dba3ff224473d1bffbc71de465cd84 (diff) |
merge of a09349c6898e30d65e9c452702bf6dc94421c65a
and a94e401d7ca06d35832879717f90f426d36548fc
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf index f6975ae961..9208aeda09 100644 --- a/conf/distro/openzaurus.conf +++ b/conf/distro/openzaurus.conf @@ -7,3 +7,6 @@ INHERIT += " package_ipk debian" # TARGET_OS ?= "linux" TARGET_OS = "linux" TARGET_FPU = "soft" + +PARALLEL_INSTALL_MODULES = "1" + |