diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-11-04 07:08:21 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-05 13:41:08 +0100 |
| commit | 944805f012f4f1f8e77aba0bbc5edc7e786999a2 (patch) | |
| tree | 8ee68999c6b2a6658fe4f1aa5a0040ff09c3c0a2 /package/tinycbor/tinycbor.mk | |
| parent | 5f9381fa55f9de08e4810417094679fb3662149a (diff) | |
| download | buildroot-944805f012f4f1f8e77aba0bbc5edc7e786999a2.tar.gz buildroot-944805f012f4f1f8e77aba0bbc5edc7e786999a2.zip | |
tinycbor: bump to version v0.4
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tinycbor/tinycbor.mk')
| -rw-r--r-- | package/tinycbor/tinycbor.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/package/tinycbor/tinycbor.mk b/package/tinycbor/tinycbor.mk index 8ce9a76824..2691e5b8d3 100644 --- a/package/tinycbor/tinycbor.mk +++ b/package/tinycbor/tinycbor.mk @@ -4,22 +4,11 @@ # ################################################################################ -TINYCBOR_VERSION = v0.3.2 +TINYCBOR_VERSION = v0.4 TINYCBOR_SITE = $(call github,01org,tinycbor,$(TINYCBOR_VERSION)) TINYCBOR_LICENSE = MIT TINYCBOR_LICENSE_FILES = LICENSE -# This patch fixes the issue on unnamed union which are not supported by some -# targets like blackfin -# This patch is currently in dev branch and will be a part of v0.4 -TINYCBOR_PATCH = \ - https://github.com/01org/tinycbor/commit/ede7f1431ae06c9086f2a83a57bd7832d99280e3.patch - -# This patch fixes the issue on cjson detection -# This patch is currently in dev branch and will be a part of v0.4 -TINYCBOR_PATCH += \ - https://github.com/01org/tinycbor/commit/ad09b6af11fc8b6391041973783785cfe1559d63.patch - TINYCBOR_DEPENDENCIES = host-pkgconf TINYCBOR_INSTALL_STAGING = YES |

