From ca5f38f56c91e5a5f6b6e2922a3d9389d2505317 Mon Sep 17 00:00:00 2001 From: Pawel Rutka Date: Fri, 10 Jul 2026 06:54:54 +0000 Subject: [PATCH] Remove not needed patch --- .../score_modules_target_sw.MODULE.bazel | 4 --- known_good.json | 3 --- patches/persistency/001-fix-doc.patch | 26 ------------------- 3 files changed, 33 deletions(-) delete mode 100644 patches/persistency/001-fix-doc.patch diff --git a/bazel_common/score_modules_target_sw.MODULE.bazel b/bazel_common/score_modules_target_sw.MODULE.bazel index ddcc0d48a1a..dfbb7b61a33 100644 --- a/bazel_common/score_modules_target_sw.MODULE.bazel +++ b/bazel_common/score_modules_target_sw.MODULE.bazel @@ -40,10 +40,6 @@ bazel_dep(name = "score_persistency") git_override( module_name = "score_persistency", commit = "35a937f34ff5b2daad8df56e36de76687f19d631", - patch_strip = 1, - patches = [ - "//patches/persistency:001-fix-doc.patch", - ], remote = "https://github.com/eclipse-score/persistency.git", ) diff --git a/known_good.json b/known_good.json index 3db1fe354e8..a66091c355c 100644 --- a/known_good.json +++ b/known_good.json @@ -47,9 +47,6 @@ "score_persistency": { "repo": "https://github.com/eclipse-score/persistency.git", "hash": "35a937f34ff5b2daad8df56e36de76687f19d631", - "bazel_patches": [ - "//patches/persistency:001-fix-doc.patch" - ], "metadata": { "extra_test_config": [ "@score_baselibs//src/log:safety_level=qm", diff --git a/patches/persistency/001-fix-doc.patch b/patches/persistency/001-fix-doc.patch deleted file mode 100644 index 113c24f3c38..00000000000 --- a/patches/persistency/001-fix-doc.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/docs/features/persistency/architecture/index.rst b/docs/features/persistency/architecture/index.rst -index 1d177d35..fedb9618 100644 ---- a/docs/features/persistency/architecture/index.rst -+++ b/docs/features/persistency/architecture/index.rst -@@ -12,7 +12,7 @@ - # SPDX-License-Identifier: Apache-2.0 - # ******************************************************************************* - --.. _feature_architecture_persistency: -+.. _feature_architecture_persistency_internal: - - Architecture - ============ -diff --git a/docs/features/persistency/security_planning/index.rst b/docs/features/persistency/security_planning/index.rst -index 823f1872..d3ca1694 100644 ---- a/docs/features/persistency/security_planning/index.rst -+++ b/docs/features/persistency/security_planning/index.rst -@@ -12,7 +12,7 @@ - # SPDX-License-Identifier: Apache-2.0 - # ******************************************************************************* - --.. _documents_docs_features_persistency: -+.. _documents_docs_features_persistency_security_planning: - - Feature Security Planning - =========================