summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-12 11:45:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-29 11:17:20 +0100
commitfe107a7de83956b09c134ed265dabfa049e44d9e (patch)
tree031cb5fa319225ec73f96e0ca4142b123ad6d038 /meta
parent9ebd7be2ff1d4acccf4c6588502d3fbd510aeaa9 (diff)
downloadpoky-fe107a7de83956b09c134ed265dabfa049e44d9e.tar.gz
libnewt: Use python3targetconfig to fix reproducibility issue
We're seeing pthread being linked sometimes and not others leading to non-reproducible target binaries. The reason is mixing the native python config with the target one. We should use the target one. (From OE-Core rev: 47bfa148667fb223affd7ba85d73764f5d795e7c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 3fe5101b335384ef83e96ccc58687fd631164075) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/newt/libnewt_0.52.21.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.21.bb b/meta/recipes-extended/newt/libnewt_0.52.21.bb
index 88b4cf4a03..3d35a17c92 100644
--- a/meta/recipes-extended/newt/libnewt_0.52.21.bb
+++ b/meta/recipes-extended/newt/libnewt_0.52.21.bb
@@ -29,7 +29,7 @@ SRC_URI[sha256sum] = "265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac
29 29
30S = "${WORKDIR}/newt-${PV}" 30S = "${WORKDIR}/newt-${PV}"
31 31
32inherit autotools-brokensep python3native python3-dir 32inherit autotools-brokensep python3native python3-dir python3targetconfig
33 33
34EXTRA_OECONF = "--without-tcl --with-python" 34EXTRA_OECONF = "--without-tcl --with-python"
35 35