diff options
| -rw-r--r-- | meta/classes/package_deb.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package_deb.bbclass b/meta/classes/package_deb.bbclass index 47fcd6b8b5..eb549ca971 100644 --- a/meta/classes/package_deb.bbclass +++ b/meta/classes/package_deb.bbclass | |||
| @@ -17,6 +17,8 @@ APT_ARGS = "${@['', '--no-install-recommends'][d.getVar("NO_RECOMMENDATIONS") == | |||
| 17 | 17 | ||
| 18 | def debian_arch_map(arch, tune): | 18 | def debian_arch_map(arch, tune): |
| 19 | tune_features = tune.split() | 19 | tune_features = tune.split() |
| 20 | if arch == "allarch": | ||
| 21 | return "all" | ||
| 20 | if arch in ["i586", "i686"]: | 22 | if arch in ["i586", "i686"]: |
| 21 | return "i386" | 23 | return "i386" |
| 22 | if arch == "x86_64": | 24 | if arch == "x86_64": |
