From: Richard Purdie Date: Tue, 23 Feb 2021 13:34:25 +0000 (+0000) Subject: babeltrace2: Fix reproducibility X-Git-Tag: yocto-3.3~397 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=559f16d2fef4f8b04a9db1104b4a5b63f7876c68;p=openembedded-core.git babeltrace2: Fix reproducibility babeltrace2-ptest was referencing the host's python version in it's makefiles. Whilst this could be fixed, its easier to correct the python version being found to the target one which works much more effectively and solves the issue. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb b/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb index c65882581d..32ba75bf36 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb @@ -17,7 +17,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P2(\.\d+)+)$" S = "${WORKDIR}/git" -inherit autotools pkgconfig ptest +inherit autotools pkgconfig ptest python3targetconfig EXTRA_OECONF = "--disable-debug-info"