mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b07759a202
commit
736383a6be
@@ -160,7 +160,7 @@ def pkgarch_mapping(d):
|
|||||||
d.setVar("TUNE_PKGARCH", "armv7a")
|
d.setVar("TUNE_PKGARCH", "armv7a")
|
||||||
|
|
||||||
def preferred_ml_updates(d):
|
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;
|
# we need to mirror these variables in the multilib case;
|
||||||
# likewise the PNBLACKLIST flags.
|
# likewise the PNBLACKLIST flags.
|
||||||
multilibs = d.getVar('MULTILIBS', True) or ""
|
multilibs = d.getVar('MULTILIBS', True) or ""
|
||||||
|
|||||||
Reference in New Issue
Block a user