]> code.ossystems Code Review - openembedded-core.git/commit
lttng-ust: Fix for --enable-python-agent
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 27 Sep 2019 11:09:17 +0000 (19:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:37:23 +0000 (13:37 +0100)
commitd1b1bfece08ae32c120844d73aadee96de7bbf9b
tree15570d532ff55c99402154286ad0b6a8d60b1cd4
parent4ba7ef79d23a4cf688d7a794064893fe5f2f473b
lttng-ust: Fix for --enable-python-agent

Fixed:
PACKAGECONFIG_append_pn-lttng-ust = ' python3-agent'

require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

$ bitbake lttng-ust
ERROR: lttng-ust-2_2.10.4-r0 do_package: QA Issue: lttng-ust: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/python3.7
  /usr/lib/python3.7/site-packages
  /usr/lib/python3.7/site-packages/lttngust-2.10.4-py3.7.egg-info

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch [new file with mode: 0644]
meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb