]> code.ossystems Code Review - openembedded-core.git/commitdiff
babeltrace2: Fix reproducibility
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 13:34:25 +0000 (13:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:32:43 +0000 (22:32 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/babeltrace2_2.0.3.bb

index c65882581d364182512878844c54345d962047e9..32ba75bf366ffba450a8ad0f59165684432f4fbc 100644 (file)
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
 
-inherit autotools pkgconfig ptest
+inherit autotools pkgconfig ptest python3targetconfig
 
 EXTRA_OECONF = "--disable-debug-info"