concurrencykit: Set correct PLAT value for riscv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2023-01-06 19:27:23 -08:00
parent 7a820b585f
commit 82076b0563
@@ -21,6 +21,7 @@ inherit autotools-brokensep
PLAT:powerpc64 = "ppc64"
PLAT:powerpc64le = "ppc64"
PLAT:riscv32 = "riscv"
PLAT ?= "${HOST_ARCH}"
do_configure () {