diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-12 11:45:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-13 09:42:01 +0100 |
commit | 134f8f5926fc3d7062782bc08b9d5d0430877f39 (patch) | |
tree | 2b868b0130b41fdf621e3fbe48ee52938babf6ce | |
parent | 90ef73e8deddb525d6599e9e18f8c095d997b938 (diff) | |
download | poky-134f8f5926fc3d7062782bc08b9d5d0430877f39.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: 3fe5101b335384ef83e96ccc58687fd631164075)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.21.bb | 2 |
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 84d327ca88..86301b95eb 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 | ||
30 | S = "${WORKDIR}/newt-${PV}" | 30 | S = "${WORKDIR}/newt-${PV}" |
31 | 31 | ||
32 | inherit autotools-brokensep python3native python3-dir | 32 | inherit autotools-brokensep python3native python3-dir python3targetconfig |
33 | 33 | ||
34 | EXTRA_OECONF = "--without-tcl --with-python" | 34 | EXTRA_OECONF = "--without-tcl --with-python" |
35 | 35 | ||