mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
libseccomp: Substitute valid release number
This helps to ensure that a valid version is encoded for libseccomp consumers, We dont need it generally since the release comes from a release branch but rv32 port is on a staging branch of main where release number is not coded yet and set to 0.0.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,3 +8,7 @@ SRC_URI:riscv32 = "\
|
||||
"
|
||||
|
||||
SRCREV:riscv32 = "063724705f6715f9339fd8cbe2eb751f28b3b70d"
|
||||
|
||||
do_configure:prepend:riscv32() {
|
||||
sed -i -e "s|\[0.0.0\]|\['${PV}'\]|g" ${S}/configure.ac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user