diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2017-03-16 11:20:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 15:37:04 +0000 |
commit | cee1bdc09f4bbfedcd7cac06b48ba9d195c29e62 (patch) | |
tree | 3298eb90699ffec9d9c4db3197cd28ea512da4da /meta/recipes-graphics/mesa | |
parent | 33d084a66a371fb10e26a0a23c639c69ddd3f1e5 (diff) | |
download | openembedded-core-cee1bdc09f4bbfedcd7cac06b48ba9d195c29e62.tar.gz openembedded-core-cee1bdc09f4bbfedcd7cac06b48ba9d195c29e62.tar.bz2 openembedded-core-cee1bdc09f4bbfedcd7cac06b48ba9d195c29e62.zip |
package_manager: fix "exlcude" vs. "exclude" typo
Which results in:
--------------------------------
0557: package_exclude = self.d.getVar('PACKAGE_EXCLUDE')
*** 0558: exclude_pkgs = (bad_recommendations.split() if bad_recommendations else []) + (package_exlcude.split() if package_exclude else [])
0559:
0560: output = self._invoke_dnf((["--skip-broken"] if attempt_only else []) +
0561: (["-x", ",".join(exclude_pkgs)] if len(exclude_pkgs) > 0 else []) +
0562: (["--setopt=install_weak_deps=False"] if self.d.getVar('NO_RECOMMENDATIONS') == 1 else []) +
Exception: NameError: name 'package_exlcude' is not defined
ERROR: cube-builder-initramfs-1.0-r0 do_rootfs: Function failed: do_rootfs
---------------------------------
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
0 files changed, 0 insertions, 0 deletions