diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-02-04 11:06:15 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-02-04 11:06:15 +0000 |
commit | 0326734fc3cfd0ee21e331936fa3b66e6de2fda8 (patch) | |
tree | 353f9d851e8e4a2507e9e1e18969cbec92a6aa06 /conf/distro/include/openzaurus.inc | |
parent | de74f5cf67da45f61cf5dcd0d549bed0cfddf768 (diff) |
openzaurus/generic.conf: Remove PARALLEL_INSTALL_MODULES, neither need it
Diffstat (limited to 'conf/distro/include/openzaurus.inc')
-rw-r--r-- | conf/distro/include/openzaurus.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc index 8274148823..4cdb68b4e3 100644 --- a/conf/distro/include/openzaurus.inc +++ b/conf/distro/include/openzaurus.inc @@ -13,8 +13,6 @@ TARGET_FPU = "soft" BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" -PARALLEL_INSTALL_MODULES = "1" - DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" # Set minimal version of BitBake needed |