On 8 July 2016 at 17:33, Stephano Cetola <[email protected]>
wrote:

> +            unneeded_pkgs = ["update-rc.d", "base-passwd", "shadow",
> +                    "update-alternatives", "run-postinsts",
> +                    self.d.getVar("ROOTFS_BOOTSTRAP_INSTALL", True)]
>

The getVar() will return a string, so whilst this currently works (as all
package manager classes end up joining the passed list of packages into a
single string) I think the getVar() should be ran through split and then
appended to the list just in case the implementation changes.

Ross
-- 
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to