summaryrefslogtreecommitdiffstats
path: root/meta/classes/base.bbclass
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-05 16:55:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-08 14:50:35 +0000
commit736383a6bec7ea9ea680e72ecfce31584ec765ff (patch)
treedede21fba88a51aa4d883258972f4ab19597e42e /meta/classes/base.bbclass
parentb07759a20221de575da98d221feb9ea9295f7e6f (diff)
downloadpoky-736383a6bec7ea9ea680e72ecfce31584ec765ff.tar.gz
base.bbclass: Commentary typo fix
(From OE-Core rev: 3f0c1f6f001bbe958a0589da7db52f96a2d9d369) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/base.bbclass')
-rw-r--r--meta/classes/base.bbclass2
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
162def preferred_ml_updates(d): 162def 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 ""