Update package version to 6.10.2

This commit is contained in:
2026-02-03 20:18:17 +02:00
parent a59dad87ca
commit c1b6859c52
3 changed files with 38 additions and 2 deletions
+5
View File
@@ -2,6 +2,11 @@
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
prepare() {
cd "$BPM_SOURCE"/src/3rdparty/chromium
patch -Np1 -i "$BPM_WORKDIR"/glibc-2.42-sys_seccomp.patch
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {