diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-02-21 10:02:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-22 18:14:52 -0800 |
commit | d46861867e131592379f8bf1cfec4ab928757a76 (patch) | |
tree | b4489cfc38dd0f88462a6a304a945e9123675ca6 | |
parent | 8b39178a60cec4560115add32ffaa383b19c4200 (diff) | |
download | meta-openembedded-d46861867e131592379f8bf1cfec4ab928757a76.tar.gz |
uthash: upgrade 2.0.2 -> 2.1.0
License-Update: Copyright Year Update
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/uthash/uthash_2.1.0.bb (renamed from meta-oe/recipes-support/uthash/uthash_2.0.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/uthash/uthash_2.0.2.bb b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb index ccdd13b32d..7eb1383053 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.0.2.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.1.0.bb | |||
@@ -8,7 +8,7 @@ DESCRIPTION = " uthash-dev provides a hash table implementation using C preproce | |||
8 | HOMEPAGE = "https://troydhanson.github.io/uthash/" | 8 | HOMEPAGE = "https://troydhanson.github.io/uthash/" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | LICENSE = "BSD-1-Clause" | 10 | LICENSE = "BSD-1-Clause" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5cc1f1e4c71f19f580458586756c02b4" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a2513f7d2291df840527b76b2a8f9718" |
12 | 12 | ||
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | https://github.com/troydhanson/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ | 14 | https://github.com/troydhanson/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \ |
@@ -16,8 +16,8 @@ SRC_URI = "\ | |||
16 | " | 16 | " |
17 | UPSTREAM_CHECK_URI = "https://github.com/troydhanson/${BPN}/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/troydhanson/${BPN}/releases" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "d08632a58674274c9cd87e2930f5696a" | 19 | SRC_URI[md5sum] = "4d0a33f6393260926032f1fad4bad39a" |
20 | SRC_URI[sha256sum] = "34a31d51dd7a839819cecd6f46049b4ffe031d7f3147d9a042f5504fdb1348d1" | 20 | SRC_URI[sha256sum] = "152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e" |
21 | 21 | ||
22 | inherit ptest | 22 | inherit ptest |
23 | 23 | ||