summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-01-23 16:47:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-24 15:46:19 +0000
commit0a010ac1b46651aaaf57008fb9e6db656822b2e4 (patch)
tree6e4c27c9ef80c50680ea0a512f569650018d433b /meta/recipes-support
parent7de510c29ff86d38e885d7479703e3383fb72cfe (diff)
downloadpoky-0a010ac1b46651aaaf57008fb9e6db656822b2e4.tar.gz
libpsl: upgrade 0.21.2 -> 0.21.5
License-Update: Copyright dates changed (From OE-Core rev: 36375f47d5672aa0c2eae16de9ae18693b3b8a55) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.5.bb (renamed from meta/recipes-support/libpsl/libpsl_0.21.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.2.bb b/meta/recipes-support/libpsl/libpsl_0.21.5.bb
index 3bbbc0e521..b9341a986e 100644
--- a/meta/recipes-support/libpsl/libpsl_0.21.2.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.21.5.bb
@@ -7,13 +7,13 @@ HOMEPAGE = "https://rockdaboot.github.io/libpsl/"
7BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues" 7BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
8 8
9LICENSE = "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ 10LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \
11 file://COPYING;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \ 11 file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \
12 " 12 "
13 13
14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \ 14SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
15 " 15 "
16SRC_URI[sha256sum] = "e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f" 16SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208"
17 17
18GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases" 18GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"
19 19