summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien LEFEVRE <sebastien.lefevre@smile.fr>2025-09-17 14:43:22 +0200
committerKhem Raj <raj.khem@gmail.com>2025-09-17 08:57:43 -0700
commitc436334d88a515ad82571b9517dffb1847ecd3bd (patch)
tree814d6354122aa23058e780228f5259d63763b233
parent306c094576b918c1a90e8010a68a97a399d09183 (diff)
downloadmeta-openembedded-c436334d88a515ad82571b9517dffb1847ecd3bd.tar.gz
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 <sebastien.lefevre@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb1
1 files changed, 1 insertions, 0 deletions
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 = "\
12 git://github.com/JuliaStrings/utf8proc;protocol=https;branch=master;tag=v${PV} \ 12 git://github.com/JuliaStrings/utf8proc;protocol=https;branch=master;tag=v${PV} \
13 file://run-ptest \ 13 file://run-ptest \
14" 14"
15SRCREV = "a1b99daa2a3393884220264c927a48ba1251a9c6"
15 16
16inherit cmake ptest 17inherit cmake ptest
17 18