Files
meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/thin-provisioning-tools-git-crates.inc
Khem Raj f2cecc26c9 thin-provisioning-tools: Upgrade to 1.0.4
This version is written in rust, therefore re-write the recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-07 14:35:29 -07:00

11 lines
404 B
PHP

SRC_URI += "\
git://github.com/zowens/crc32c;protocol=https;nobranch=1;name=crc32c;destsuffix=crc32c;type=git-dependency \
git://github.com/jthornber/rio;protocol=https;nobranch=1;name=rio;destsuffix=rio;type=git-dependency \
"
SRCREV_FORMAT .= "_crc32c"
SRCREV_crc32c = "3779fe88fea034922f808586b2564fbcab31efdc"
SRCREV_FORMAT .= "_rio"
SRCREV_rio = "2979a720f671e836302c01546f9cc9f7988610c8"