]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
vte: support reproducibility when debug build is enabled
authorHongxu Jia <hongxu.jia@windriver.com>
Mon, 3 Nov 2025 06:45:17 +0000 (14:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Dec 2025 23:59:49 +0000 (23:59 +0000)
commitadcec46bc3f95df865e098813af2d899c2d8ef73
tree76f6fdfd9db94d8f18a976265e1cce476f55914d
parent1a0196a794f8858c4715871558e97c3d69deb19e
vte: support reproducibility when debug build is enabled

When debug build is enabled, there is a build path issue in source file
which caused build is not reproducible
...subprojects/simdutf/simdutf.h...
 1 /* auto-generated on 2025-03-17 16:13:41 -0400. Do not edit! */
 2 /* begin file include/simdutf.h */
 3 // /build-dir/vte-0.82.1/subprojects/simdutf/include/simdutf.h:1
 4 #ifndef SIMDUTF_H
...subprojects/simdutf/simdutf.h...

The source file is auto generated by python script amalgamate.py,
apply a fix to the script to use relative path to instead

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
meta/recipes-support/vte/vte/0001-support-reproducibility-for-debug-sources.patch [new file with mode: 0644]
meta/recipes-support/vte/vte_0.82.1.bb