summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-03-06 07:42:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-07 17:25:02 +0000
commit3e180097a9ea5eb4f617b0948697e260df933f87 (patch)
tree3e0787f868a6bb7a3296deea21c1e74f13d9d864 /meta/recipes-support
parentb88cddd1261d899b72d87f341e9fc6916e69898d (diff)
downloadpoky-3e180097a9ea5eb4f617b0948697e260df933f87.tar.gz
libbsd: upgrade 0.11.8 -> 0.12.1
License-Update: copyright years (From OE-Core rev: 913212724c5a8437678e0f07795e8a894d6f43bc) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.12.1.bb (renamed from meta/recipes-support/libbsd/libbsd_0.11.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.8.bb b/meta/recipes-support/libbsd/libbsd_0.12.1.bb
index 17049c8c28..161dc6df43 100644
--- a/meta/recipes-support/libbsd/libbsd_0.11.8.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.12.1.bb
@@ -33,12 +33,12 @@ LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
33LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" 33LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
34LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" 34LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
35 35
36LIC_FILES_CHKSUM = "file://COPYING;md5=befe09fada57bdcf7f7c12f51081b08f" 36LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f"
37SECTION = "libs" 37SECTION = "libs"
38 38
39SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 39SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
40 40
41SRC_URI[sha256sum] = "55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33" 41SRC_URI[sha256sum] = "d7747f8ec1baa6ff5c096a9dd587c061233dec90da0f1aedd66d830f6db6996a"
42 42
43inherit autotools pkgconfig 43inherit autotools pkgconfig
44 44