[OE-core] [PATCH] image_types_wic: fix expansion error

Burton, Ross ross.burton at intel.com
Wed Feb 22 12:01:57 UTC 2017


On 22 February 2017 at 11:12, Ed Bartosh <ed.bartosh at linux.intel.com> wrote:

> -WKS_FULL_PATH = "${@wks_search('${WKS_FILES}'.split(),
> '${WKS_SEARCH_PATH}') or ''}"
> +WKS_FULL_PATH = "${@wks_search('${WKS_FILES}'.split(),
> d.getVar('WKS_SEARCH_PATH')) or ''}"
>

I think it would be safer to always use getVar instead of using the
implicit expansion of WKS_FILES and the later expansion of WKS_SEARCH_PATH.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170222/e46bee55/attachment-0002.html>


More information about the Openembedded-core mailing list