diff mbox series

[meta-oe] utf8proc: Fixes the recipe when built in offline mode

Message ID 20250917124322.347422-1-sebastien.lefevre@smile.fr
State New
Headers show
Series [meta-oe] utf8proc: Fixes the recipe when built in offline mode | expand

Commit Message

Sebastien LEFEVRE Sept. 17, 2025, 12:43 p.m. UTC
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>
---
 meta-oe/recipes-support/utf8proc/utf8proc_2.10.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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