diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-03-09 18:02:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-08 17:24:14 -0800 |
commit | 63a96ba46f54a667ab8280b20f07d240498f9b52 (patch) | |
tree | fe9138f57fa11883403bed4bba32220075b42bf2 | |
parent | 9f70bac38ae5b0af5118abccbb99ee8b11698848 (diff) | |
download | meta-openembedded-63a96ba46f54a667ab8280b20f07d240498f9b52.tar.gz |
uthash: upgrade 2.2.0 -> 2.3.0
-License-Update: Copyright year updated to 2021.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/uthash/uthash_2.3.0.bb (renamed from meta-oe/recipes-support/uthash/uthash_2.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/uthash/uthash_2.2.0.bb b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb index 4ec7bc2f5e..ca8a3c0bb1 100644 --- a/meta-oe/recipes-support/uthash/uthash_2.2.0.bb +++ b/meta-oe/recipes-support/uthash/uthash_2.3.0.bb | |||
@@ -8,8 +8,8 @@ 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=6891c324eb59289db33bac74d4cbb0d4" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=736712b5904dd42f8678df7172bc5f2b" |
12 | SRCREV = "66e2668795d0aaf4977523f828e548470a680c33" | 12 | SRCREV = "e493aa90a2833b4655927598f169c31cfcdf7861" |
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://github.com/troydhanson/${BPN}.git \ | 15 | git://github.com/troydhanson/${BPN}.git \ |