diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-08 04:49:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-19 14:14:11 +0100 |
commit | b66928407afbc0144b10648446e42a8cce4d68ae (patch) | |
tree | 2de1f66d60dc50d773ba3795e481a308dbfbd0b2 /meta/recipes-support | |
parent | 0528d1f270bbaf649dd3ea765727db34ac1104a6 (diff) | |
download | poky-b66928407afbc0144b10648446e42a8cce4d68ae.tar.gz |
libbsd: upgrade 0.11.5 -> 0.11.6
License-Update:
- Copyright year updated to 2022
- License ISC changed as following:
remove "src/arc4random_openbsd.h" from Files
add "test/explicit_bzero.c" and "test/strtonum.c" to Files
add "Copyright © 2004 Otto Moerbeek <otto@drijf.net>"
add "Copyright © 2014 Google Inc."
(From OE-Core rev: cfe9d0fc049458f893398bfe89359b819d840767)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.11.6.bb (renamed from meta/recipes-support/libbsd/libbsd_0.11.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.5.bb b/meta/recipes-support/libbsd/libbsd_0.11.6.bb index bb8766a070..74fc8ef4e5 100644 --- a/meta/recipes-support/libbsd/libbsd_0.11.5.bb +++ b/meta/recipes-support/libbsd/libbsd_0.11.6.bb | |||
@@ -29,12 +29,12 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | |||
29 | # License: public-domain-Colin-Plumb | 29 | # License: public-domain-Colin-Plumb |
30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | 30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" |
31 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" | 31 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" |
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=c2c635b94c8dcd3593f53e10fa8a499e" |
33 | SECTION = "libs" | 33 | SECTION = "libs" |
34 | 34 | ||
35 | SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 35 | SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
36 | 36 | ||
37 | SRC_URI[sha256sum] = "1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd" | 37 | SRC_URI[sha256sum] = "19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5df" |
38 | 38 | ||
39 | inherit autotools pkgconfig | 39 | inherit autotools pkgconfig |
40 | 40 | ||