Skip to content
Commit db8a8b53 authored by Andrey Zhizhikin's avatar Andrey Zhizhikin Committed by Steve Sakoman
Browse files

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: default avatarAndrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit de0aa170)
Signed-off-by: default avatarAníbal Limón <anibal.limon@linaro.org>
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 3c8e50b0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment