[Buildroot] [PATCH v2 3/3] tinycbor: add a dependency

Fabrice Fontaine fontaine.fabrice at gmail.com
Fri Aug 19 12:19:36 UTC 2016


As tinycbor uses fopencookie() which is not available with the external
blackfin uclinux (UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is unset), add a
dependency on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX

Signed-off-by: Fabrice Fontaine <fabrice.fontaine at orange.com>
---
 package/tinycbor/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/tinycbor/Config.in b/package/tinycbor/Config.in
index 41f0b5f..cf176e4 100644
--- a/package/tinycbor/Config.in
+++ b/package/tinycbor/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_TINYCBOR
 	bool "tinycbor"
+	# package uses fopencookie(), not available with this toolchain
+	depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX
 	help
 	  Concise Binary Object Representation (CBOR) Library
 
-- 
2.5.0




More information about the buildroot mailing list