diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-02 18:53:40 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-07-03 00:05:18 +0200 |
| commit | 18813dd9229b03cc2f0d79fef1da0d96a3ae9e0f (patch) | |
| tree | 918fb32c701648c9ec5bbe49aed9e834f496a4d9 /package/tinycbor/tinycbor.mk | |
| parent | 7ced54845c80ef7ba2e0a710cfed7858e30da09c (diff) | |
| download | buildroot-18813dd9229b03cc2f0d79fef1da0d96a3ae9e0f.tar.gz buildroot-18813dd9229b03cc2f0d79fef1da0d96a3ae9e0f.zip | |
tinycbor: on't download patch from Github
Patches downloaded from Github are not stable, so bring them in the
tree.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/tinycbor/tinycbor.mk')
| -rw-r--r-- | package/tinycbor/tinycbor.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/tinycbor/tinycbor.mk b/package/tinycbor/tinycbor.mk index 1f13e7df31..9c3d2eb063 100644 --- a/package/tinycbor/tinycbor.mk +++ b/package/tinycbor/tinycbor.mk @@ -12,10 +12,6 @@ TINYCBOR_LICENSE_FILES = LICENSE TINYCBOR_DEPENDENCIES = host-pkgconf TINYCBOR_INSTALL_STAGING = YES -# This patch fixes static build of json2cbor -TINYCBOR_PATCH = \ - https://github.com/01org/tinycbor/commit/ae608ea2735bd331ec7dcf9d89928c38f0e0c981.patch - ifeq ($(BR2_PACKAGE_CJSON),y) TINYCBOR_DEPENDENCIES += cjson endif |

