From 2ab1b83b24dc1172ccf12d14f7cec89b66012086 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Fri, 26 Feb 2021 18:46:02 +0100 Subject: [PATCH] gatesgarth migration: libical: refresh custom patch to recipe v3.0.8 Refresh patch to match with the latest version https://jira.digi.com/browse/DEL-7508 Signed-off-by: Arturo Buzarra --- ...MakeList-add-option-to-build-without-ICU-support.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch b/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch index 89a5c40fe..bf68851c8 100644 --- a/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch +++ b/meta-digi-dey/recipes-support/libical/libical/0001-CMakeList-add-option-to-build-without-ICU-support.patch @@ -9,19 +9,19 @@ Signed-off-by: Javier Viguera 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 61ab244..9bc2a22 100644 +index 47d54d6..9717a82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -170,6 +170,8 @@ endif() +@@ -191,6 +191,8 @@ endif() # libicu is highly recommended for RSCALE support # libicu can be found at http://www.icu-project.org - # RSCALE info at http://tools.ietf.org/html/rfc7529 + # RSCALE info at https://tools.ietf.org/html/rfc7529 +option(WITH_LIBICU "Build with ICU support. Libicu is highly recommended for RSCALE support") +if(WITH_LIBICU) find_package(ICU) set_package_properties(ICU PROPERTIES TYPE RECOMMENDED -@@ -192,6 +194,7 @@ endif() +@@ -213,6 +215,7 @@ endif() if(ICU_I18N_FOUND) set(HAVE_LIBICU_I18N 1) endif()