diff options
| author | Sebastien LEFEVRE <sebastien.lefevre@smile.fr> | 2025-09-17 14:43:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-17 08:57:43 -0700 |
| commit | c436334d88a515ad82571b9517dffb1847ecd3bd (patch) | |
| tree | 814d6354122aa23058e780228f5259d63763b233 | |
| parent | 306c094576b918c1a90e8010a68a97a399d09183 (diff) | |
| download | meta-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.bb | 1 |
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 | " |
| 15 | SRCREV = "a1b99daa2a3393884220264c927a48ba1251a9c6" | ||
| 15 | 16 | ||
| 16 | inherit cmake ptest | 17 | inherit cmake ptest |
| 17 | 18 | ||
