mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
f2cecc26c9
This version is written in rust, therefore re-write the recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
404 B
PHP
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"
|