]> code.ossystems Code Review - openembedded-core.git/commit
lttng-modules: do not search in non-existing folder during install
authorAndrey Zhizhikin <andrey.z@gmail.com>
Thu, 26 Aug 2021 12:56:26 +0000 (12:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Aug 2021 10:53:23 +0000 (11:53 +0100)
commitde0aa1700ed4e6f04b0a233eb1f6d2ac598e7ed8
tree889120e5b2a9e8784e24177f77115b989c835258
parent56428d15803733e14d6f1faf5f77eb933ef966f3
lttng-modules: do not search in non-existing folder during install

When CONFIG_TRACEPOINTS is not enabled in kernel config - module
compilation is skipped, which causes the ${D}/${nonarch_base_libdir} not
to be created.

This fails later in do_install:append() due to the fact that find
command in executed for non-existing folder.

Check for folder existence before find command in executed.

Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb