From ffc4277b9ff64aaf7f9a99db655d3d8953885642 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Mon, 19 Oct 2020 09:19:23 +0200 Subject: [PATCH] pkg/tinycrypt: Fix dependencies According to tests/pkg_tinycrypt, this package only works on 32 bit archs. So add this as a required feature. --- pkg/tinycrypt/Makefile.dep | 1 + 1 file changed, 1 insertion(+) create mode 100644 pkg/tinycrypt/Makefile.dep diff --git a/pkg/tinycrypt/Makefile.dep b/pkg/tinycrypt/Makefile.dep new file mode 100644 index 0000000000..bdbbad5895 --- /dev/null +++ b/pkg/tinycrypt/Makefile.dep @@ -0,0 +1 @@ +FEATURES_REQUIRED += arch_32bit