diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-10-11 16:30:22 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-13 15:56:21 +0200 |
| commit | 7341abaff3518bee74463d63f0ce52ef253886de (patch) | |
| tree | 00cdeac604724fbec816238360bee2bfcc1617b0 /package/tinycbor/tinycbor.mk | |
| parent | bac87bfaf7e75d9902e772d714e8408c1a0a96ca (diff) | |
| download | buildroot-7341abaff3518bee74463d63f0ce52ef253886de.tar.gz buildroot-7341abaff3518bee74463d63f0ce52ef253886de.zip | |
tinycbor: fix detection of cjson
Fixes:
- http://autobuild.buildroot.net/results/8fc/8fc7365e0dc777edc57e950a84df7fddc13c6776
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tinycbor/tinycbor.mk')
| -rw-r--r-- | package/tinycbor/tinycbor.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/tinycbor/tinycbor.mk b/package/tinycbor/tinycbor.mk index 6af2eef467..8ce9a76824 100644 --- a/package/tinycbor/tinycbor.mk +++ b/package/tinycbor/tinycbor.mk @@ -15,6 +15,11 @@ TINYCBOR_LICENSE_FILES = LICENSE 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 |

