diff options
author | Richard Weinberger <richard@nod.at> | 2019-01-09 21:42:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:09 +0000 |
commit | c5f7615505b2a51125932065014edbf272bd6798 (patch) | |
tree | 9be70b8fb07687968ed42cb0c541ef391785517b /meta/recipes-extended/pam/libpam_1.3.0.bb | |
parent | b1c2ef099cdb49655f4ae0d9cf9c5baef997e833 (diff) | |
download | poky-c5f7615505b2a51125932065014edbf272bd6798.tar.gz |
sdk: Fix SDKIMAGE_LINGUAS handling
Currently SDKIMAGE_LINGUAS is broken for any inputs except "all".
In the non-"all" case, each enabled language package is installed via
pm.install("nativesdk-glibc-binary-localedata-%s.utf-8" % lang)
This will throw a python exception since pm.install() expects a list of
strings and not a string.
Fix the problem by constructing a list.
That way it is now also possible to call the package installer just
once.
Cc: "Burton, Ross" <ross.burton@intel.com>
Fixes: 67615e01751b ("rootfs_rpm.bbclass: migrate image creation to dnf")
(From OE-Core rev: 475a5d9ec21a329be973691734f9e8bcb332338c)
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.3.0.bb')
0 files changed, 0 insertions, 0 deletions