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 | |
parent | de74f5cf67da45f61cf5dcd0d549bed0cfddf768 (diff) |
openzaurus/generic.conf: Remove PARALLEL_INSTALL_MODULES, neither need it
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/generic.conf | 1 | ||||
-rw-r--r-- | conf/distro/include/openzaurus.inc | 2 | ||||
-rw-r--r-- | conf/distro/openprotium.conf | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/generic.conf b/conf/distro/generic.conf index dbe68f24a4..17d7d657b1 100644 --- a/conf/distro/generic.conf +++ b/conf/distro/generic.conf @@ -19,7 +19,6 @@ DISTRO_TYPE = "debug" # # Naming schemes # -PARALLEL_INSTALL_MODULES = "1" INHERIT += "debian multimachine" # 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 diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf index fc50cefe40..fd07a1a3b9 100644 --- a/conf/distro/openprotium.conf +++ b/conf/distro/openprotium.conf @@ -8,7 +8,6 @@ DISTRO_TYPE = "alpha" # # Naming schemes # -#PARALLEL_INSTALL_MODULES = "1" INHERIT += "debian" # |