diff options
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler/0001-workaround-build-racing.patch | 43 | ||||
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_25.10.0.bb | 1 |
2 files changed, 44 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler/0001-workaround-build-racing.patch b/meta-oe/recipes-support/poppler/poppler/0001-workaround-build-racing.patch new file mode 100644 index 0000000000..fdf4f7ff70 --- /dev/null +++ b/meta-oe/recipes-support/poppler/poppler/0001-workaround-build-racing.patch | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | From 83ad73024c69d41fda302f39acf50c381684890e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 3 | Date: Tue, 21 Oct 2025 02:39:36 -0700 | ||
| 4 | Subject: [PATCH] workaround build racing | ||
| 5 | |||
| 6 | There is a racing issue in world build while multilib enabled: | ||
| 7 | |||
| 8 | ...log.do_install... | ||
| 9 | CMake Error at utils/po/ca/cmake_install.cmake:46 (file): | ||
| 10 | file INSTALL cannot find | ||
| 11 | "TOPDIR/tmp/work/core2-32-wrs-linux/poppler/25.08.0/build/utils/po/ca/pdfsig.gmo": | ||
| 12 | No such file or directory. | ||
| 13 | Call Stack (most recent call first): | ||
| 14 | utils/po/cmake_install.cmake:47 (include) | ||
| 15 | utils/cmake_install.cmake:243 (include) | ||
| 16 | cmake_install.cmake:229 (include) | ||
| 17 | ...log.do_install... | ||
| 18 | |||
| 19 | Revert "pdfsig: Catalan translation" to workaround | ||
| 20 | |||
| 21 | This reverts commit 99f5416d9bfb6a34bbc5cbcb368e258b98fd3f08. | ||
| 22 | |||
| 23 | Upstream-Status: Inappropriate [Yocto specific] | ||
| 24 | |||
| 25 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 26 | --- | ||
| 27 | utils/po/ca/CMakeLists.txt | 4 ---- | ||
| 28 | 1 file changed, 4 deletions(-) | ||
| 29 | delete mode 100644 utils/po/ca/CMakeLists.txt | ||
| 30 | |||
| 31 | diff --git a/utils/po/ca/CMakeLists.txt b/utils/po/ca/CMakeLists.txt | ||
| 32 | deleted file mode 100644 | ||
| 33 | index 3225131c..00000000 | ||
| 34 | --- a/utils/po/ca/CMakeLists.txt | ||
| 35 | +++ /dev/null | ||
| 36 | @@ -1,4 +0,0 @@ | ||
| 37 | -get_filename_component(_lang ${CMAKE_CURRENT_SOURCE_DIR} NAME) | ||
| 38 | -gettext_process_po_files(${_lang} ALL INSTALL_DESTINATION ${CMAKE_INSTALL_LOCALEDIR} PO_FILES | ||
| 39 | - pdfsig.po | ||
| 40 | -) | ||
| 41 | -- | ||
| 42 | 2.49.0 | ||
| 43 | |||
diff --git a/meta-oe/recipes-support/poppler/poppler_25.10.0.bb b/meta-oe/recipes-support/poppler/poppler_25.10.0.bb index 29a5f33e81..cce5e5f7ae 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.10.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_25.10.0.bb | |||
| @@ -7,6 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ | |||
| 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ | 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ |
| 8 | file://basename-include.patch \ | 8 | file://basename-include.patch \ |
| 9 | file://0001-cmake-Do-not-use-isystem.patch \ | 9 | file://0001-cmake-Do-not-use-isystem.patch \ |
| 10 | file://0001-workaround-build-racing.patch \ | ||
| 10 | " | 11 | " |
| 11 | SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0" | 12 | SRC_URI[sha256sum] = "6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0" |
| 12 | 13 | ||
