mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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: 5d27faf68ff94519d6618351ce87a8b3818ba611) 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>
This commit is contained in:
parent
5fa3c638ed
commit
984e5e04aa
@ -29,7 +29,7 @@ SRC_URI[sha256sum] = "265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac
|
||||
|
||||
S = "${WORKDIR}/newt-${PV}"
|
||||
|
||||
inherit autotools-brokensep python3native python3-dir
|
||||
inherit autotools-brokensep python3native python3-dir python3targetconfig
|
||||
|
||||
EXTRA_OECONF = "--without-tcl --with-python"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user