package/poco: enable build for riscv64

riscv64 support was added upstream in commit:
26fa1b9e6b
which is included in version >= 1.10.0.

Now, of the riscv architecture, only the 32-bit variant is not
supported, so change the arch restriction to that.

Signed-off-by: Julien Olivain <juju@cotds.org>
[yann.morin.1998@free.fr: reword commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Julien Olivain 2020-06-30 19:34:34 +02:00 committed by Yann E. MORIN
parent 65e9c52bbe
commit 59104a3238

View File

@ -5,7 +5,7 @@ config BR2_PACKAGE_POCO_ARCH_SUPPORTS
depends on !BR2_microblaze
depends on !BR2_mipsel
depends on !BR2_or1k
depends on !BR2_riscv
depends on !BR2_RISCV_32
depends on !BR2_xtensa
config BR2_PACKAGE_POCO