From: Joshua Watt <[email protected]> Fixes reproducibility when build acpica yacc sources by instructing bison on how to do the file prefix mapping
Signed-off-by: Joshua Watt <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit d13a1df7bd173fca3fc2cdf889d5eb487e35d6fd) Signed-off-by: Anuj Mittal <[email protected]> --- meta/recipes-extended/acpica/acpica_20200717.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/acpica/acpica_20200717.bb b/meta/recipes-extended/acpica/acpica_20200717.bb index d1d06c0c24..e3c8c2bdfb 100644 --- a/meta/recipes-extended/acpica/acpica_20200717.bb +++ b/meta/recipes-extended/acpica/acpica_20200717.bb @@ -34,6 +34,8 @@ EXTRA_OEMAKE = "CC='${CC}' \ PREFIX=${prefix} \ INSTALLDIR=${bindir} \ INSTALLFLAGS= \ + YACC=bison \ + YFLAGS='-y --file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}' \ " do_install() { -- 2.29.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#148478): https://lists.openembedded.org/g/openembedded-core/message/148478 Mute This Topic: https://lists.openembedded.org/mt/80827866/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
