From 5839e35eac5e2b7abc622c41403d40c7d7e469b9 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 30 Oct 2019 11:12:47 +0100 Subject: [PATCH] pkg/tinycbor: add arch 32bit requirement --- pkg/tinycbor/Makefile.dep | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pkg/tinycbor/Makefile.dep diff --git a/pkg/tinycbor/Makefile.dep b/pkg/tinycbor/Makefile.dep new file mode 100644 index 0000000000..10f81a15ca --- /dev/null +++ b/pkg/tinycbor/Makefile.dep @@ -0,0 +1,2 @@ +# tinycbor is only supported by 32 bit architectures +FEATURES_REQUIRED += arch_32bit