]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: Commentary typo fix
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 5 Feb 2013 15:55:41 +0000 (16:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2013 14:46:01 +0000 (14:46 +0000)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/base.bbclass

index 5f4373390541f278e23a3d277e386657065f49b6..3ad3842fadfef107f6123a8d3e4ca0caf484a71c 100644 (file)
@@ -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 ""