diff options
| -rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 5f43733905..3ad3842fad 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
| @@ -160,7 +160,7 @@ def pkgarch_mapping(d): | |||
| 160 | d.setVar("TUNE_PKGARCH", "armv7a") | 160 | d.setVar("TUNE_PKGARCH", "armv7a") |
| 161 | 161 | ||
| 162 | def preferred_ml_updates(d): | 162 | def preferred_ml_updates(d): |
| 163 | # If any PREFERRED_PROVIDER or PREFERRED_VERSIONS are set, | 163 | # If any PREFERRED_PROVIDER or PREFERRED_VERSION are set, |
| 164 | # we need to mirror these variables in the multilib case; | 164 | # we need to mirror these variables in the multilib case; |
| 165 | # likewise the PNBLACKLIST flags. | 165 | # likewise the PNBLACKLIST flags. |
| 166 | multilibs = d.getVar('MULTILIBS', True) or "" | 166 | multilibs = d.getVar('MULTILIBS', True) or "" |
