mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00: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:
parent
d827208a38
commit
9561639c61
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue