summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-11-07 15:54:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-08 22:47:16 +0000
commit610b65cd49e33ad44326125a9a9e481c6aba59eb (patch)
tree618136af9f169d85e5a0c86dc593456b34d9a70f
parent60eee6a2135527051ec3496847701a5e873b799c (diff)
downloadpoky-610b65cd49e33ad44326125a9a9e481c6aba59eb.tar.gz
libbsd: upgrade 0.11.6 -> 0.11.7
License-Update: copyright years, removed redundant bsd 4-clause copy (From OE-Core rev: 925b52b7e5d96641d2e260289ed790203b0030ec) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.11.7.bb (renamed from meta/recipes-support/libbsd/libbsd_0.11.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.6.bb b/meta/recipes-support/libbsd/libbsd_0.11.7.bb
index 74fc8ef4e5..7a1deed1f6 100644
--- a/meta/recipes-support/libbsd/libbsd_0.11.6.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.11.7.bb
@@ -29,12 +29,12 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
29# License: public-domain-Colin-Plumb 29# License: public-domain-Colin-Plumb
30LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" 30LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
31LICENSE:${PN} = "BSD-3-Clause & ISC & PD" 31LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
32LIC_FILES_CHKSUM = "file://COPYING;md5=c2c635b94c8dcd3593f53e10fa8a499e" 32LIC_FILES_CHKSUM = "file://COPYING;md5=75e85c5a558f86d10fbd5abc567ea5e6"
33SECTION = "libs" 33SECTION = "libs"
34 34
35SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 35SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
36 36
37SRC_URI[sha256sum] = "19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5df" 37SRC_URI[sha256sum] = "9baa186059ebbf25c06308e9f991fda31f7183c0f24931826d83aa6abd8a0261"
38 38
39inherit autotools pkgconfig 39inherit autotools pkgconfig
40 40