diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-11-20 13:14:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-19 21:20:52 -0800 |
| commit | 0e583d2830ff8a8340b7bd0050ced614fbb91e3f (patch) | |
| tree | 568fb637fba97bedfe8787a4ff703491d699bccb /meta-oe/conf | |
| parent | 204b8f1a3435c3476b9132247ac423354676fb7e (diff) | |
| download | meta-openembedded-0e583d2830ff8a8340b7bd0050ced614fbb91e3f.tar.gz | |
thrift: support reproducible builds
In order to support reproducible builds [1], while using bison
to generate source code, add COMPILE_FLAGS --file-prefix-map [2]
to remove build path prefix and source path prefix in the generated
header file.
[1] https://reproducible-builds.org/
[2] https://cgit.git.savannah.gnu.org/cgit/bison.git/commit/?id=dd878d18519689c7bbcd72de4c9f9e53085a3cbf
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 1f55f5bee1..186ff9a488 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -200,7 +200,6 @@ OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | |||
| 200 | libsource-highlight-dbg \ | 200 | libsource-highlight-dbg \ |
| 201 | libsource-highlight-dev \ | 201 | libsource-highlight-dev \ |
| 202 | libsource-highlight-src \ | 202 | libsource-highlight-src \ |
| 203 | libthrift-c-glib-zlib-src \ | ||
| 204 | libvncserver-dev \ | 203 | libvncserver-dev \ |
| 205 | libwebsockets-testapps \ | 204 | libwebsockets-testapps \ |
| 206 | libwmf \ | 205 | libwmf \ |
