From c436334d88a515ad82571b9517dffb1847ecd3bd Mon Sep 17 00:00:00 2001 From: Sebastien LEFEVRE Date: Wed, 17 Sep 2025 14:43:22 +0200 Subject: [PATCH] utf8proc: Fixes the recipe when built in offline mode It is necessary to set the revision number to prevent it from being fetched from the remote. The revision number has been configured relative to release 2.10.0. Signed-off-by: Sebastien LEFEVRE Signed-off-by: Khem Raj --- meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb b/meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb index e42d16b8b7..626836bd1c 100644 --- a/meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb +++ b/meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb @@ -12,6 +12,7 @@ SRC_URI = "\ git://github.com/JuliaStrings/utf8proc;protocol=https;branch=master;tag=v${PV} \ file://run-ptest \ " +SRCREV = "a1b99daa2a3393884220264c927a48ba1251a9c6" inherit cmake ptest