summaryrefslogtreecommitdiffstats
path: root/meta/classes
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
parentb07759a20221de575da98d221feb9ea9295f7e6f (diff)
downloadast2050-yocto-poky-736383a6bec7ea9ea680e72ecfce31584ec765ff.zip
ast2050-yocto-poky-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')
-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 5f43733..3ad3842 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -160,7 +160,7 @@ def pkgarch_mapping(d):
d.setVar("TUNE_PKGARCH", "armv7a")
def preferred_ml_updates(d):
- # If any PREFERRED_PROVIDER or PREFERRED_VERSIONS are set,
+ # If any PREFERRED_PROVIDER or PREFERRED_VERSION are set,
# we need to mirror these variables in the multilib case;
# likewise the PNBLACKLIST flags.
multilibs = d.getVar('MULTILIBS', True) or ""
OpenPOWER on IntegriCloud