From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 18/25] webkitgtk: fix reproducibility
Date: Mon, 14 Dec 2020 04:36:47 -1000 [thread overview]
Message-ID: <ea8fc9c19e6fd35fc6cb561ff03fd15dd1b064e0.1607956164.git.steve@sakoman.com> (raw)
In-Reply-To: <cover.1607956164.git.steve@sakoman.com>
From: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1e7c673ab8d14766190843c6d8747510b37c71bf)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
meta/recipes-sato/webkit/webkitgtk_2.28.2.bb | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.28.2.bb b/meta/recipes-sato/webkit/webkitgtk_2.28.2.bb
index 9cfec83ec7..cf6b2ffae7 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.28.2.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.28.2.bb
@@ -131,3 +131,15 @@ GI_DATA_ENABLED_libc-musl_armv7ve = "False"
# Can't be built with ccache
CCACHE_DISABLE = "1"
+
+PACKAGE_PREPROCESS_FUNCS += "src_package_preprocess"
+src_package_preprocess () {
+ # Trim build paths from comments in generated sources to ensure reproducibility
+ sed -i -e "s,${WORKDIR},,g" \
+ ${B}/DerivedSources/webkit2gtk/webkit2/*.cpp \
+ ${B}/DerivedSources/ForwardingHeaders/JavaScriptCore/*.h \
+ ${B}/DerivedSources/JavaScriptCore/*.h \
+ ${B}/DerivedSources/JavaScriptCore/yarr/*.h \
+ ${B}/DerivedSources/MiniBrowser/*.c
+}
+
--
2.17.1
next prev parent reply other threads:[~2020-12-14 14:38 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-14 14:36 [OE-core][dunfell 00/25] Patch review Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 01/25] libsdl2: Add directfb to PACKAGECONFIG rdepends Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 02/25] wireless-regdb: upgrade 2020.04.29 -> 2020.11.20 Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 03/25] kernel-dummy: fix executing unexpected tasks Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 04/25] lz4: Use the new branch naming from upstream Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 05/25] oeqa/devtool: use Yocto mirror for pv-1.5.3 tarball Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 06/25] devtool: remove unused variable Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 07/25] image_types: sort tarball file listings Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 08/25] linux-firmware: upgrade 20201022 -> 20201118 Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 09/25] linux-firmware: package ath11k firmware Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 10/25] meta/lib/oeqa/manual/oe-core.json: Update test_bitbake_devshell Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 11/25] cve-update-db-native: handle all-wildcard versions Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 12/25] coreutils: add SUSE-specific issues to CVE whitelist Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 13/25] libffi: add patch to revert clang VFP workaround Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 14/25] kernel-module-split.bbclass: fix kernel modules getting marked as CONFFILES Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 15/25] meta/lib/oe/reproducible.py: gitsm:// works just as fine as git:// for timestamps Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 16/25] llvm: fix reproducibility Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 17/25] ruby: " Steve Sakoman
2020-12-14 14:36 ` Steve Sakoman [this message]
2020-12-14 14:36 ` [OE-core][dunfell 19/25] ffmpeg: " Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 20/25] serf: do not install the static library Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 21/25] llvm: sort the lists in generated source reproducibibly Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 22/25] glib-networking/btrfs-tools/dosfstools/parted/bmap-tools/libsoup-2.4: add nativesdk support Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 23/25] buildtools-tarball: add wic dependency into extended buildtools Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 24/25] metadata_scm: Fix signature handling of METADATA_REVISION and METADATA_BRANCH Steve Sakoman
2020-12-14 14:36 ` [OE-core][dunfell 25/25] python3: fix CVE-2019-20907 Steve Sakoman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ea8fc9c19e6fd35fc6cb561ff03fd15dd1b064e0.1607956164.git.steve@sakoman.com \
--to=steve@sakoman.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox