mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-04 07:44:45 +02:00
libseccomp: Use fork for libseccomp on rv32
libseccomp support is not yet upstreamed. see https://github.com/seccomp/libseccomp/pull/327 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
10
recipes-support/libseccomp/libseccomp_%.bbappend
Normal file
10
recipes-support/libseccomp/libseccomp_%.bbappend
Normal file
@@ -0,0 +1,10 @@
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
# RV32 port is still not upstream yet
|
||||
|
||||
SRC_URI:riscv32 = "\
|
||||
git://github.com/kraj/libseccomp.git;branch=riscv32;protocol=https \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
SRCREV:riscv32 = "063724705f6715f9339fd8cbe2eb751f28b3b70d"
|
||||
Reference in New Issue
Block a user