]> code.ossystems Code Review - openembedded-core.git/commit
utils.bbclass: Support applications with arguments in check_app_exist()
authorNikolay Merinov <n.merinov@inango-systems.com>
Thu, 5 Oct 2017 07:46:07 +0000 (12:46 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:03:34 +0000 (12:03 +0100)
commit5193ebca0ca8864404fc750def0e738417d104c7
tree9ccaf637d22a42f97f06c745b774f35091e3f175
parent38c86302ebdf886b887165aff06560c63a1537b9
utils.bbclass: Support applications with arguments in check_app_exist()

check_app_exist function must support cases when "app" variable defined
as "progname --args". For example BUILD_CC="gcc -march=x86-64" must
pass sanity check.

Signed-off-by: Nikolay Merinov <n.merinov@inango-systems.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/utils.bbclass