From: Ross Burton Date: Mon, 30 Sep 2019 11:10:16 +0000 (+0100) Subject: lttng-ust: update patch Signed-off-by X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402eef252385b391d1b60fc77d758cc4c8de1b3c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git lttng-ust: update patch Signed-off-by Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch index 55679f1b491..c2028d0e1ab 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch @@ -6,7 +6,7 @@ Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py Otherwise it may install to /usr/lib, but should be /usr/lib64 when cross building. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/59] Signed-off-by: Robert Yang ---