diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-02-28 16:36:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-02 14:15:34 +0000 |
commit | 132d7f554100a92bc8f8be29ac6f49fabcfe801f (patch) | |
tree | 327c689d76f56501478f71f7a3828699dc71dea9 /meta/recipes-support/libbsd | |
parent | 7eec30de9f41d4c2fabe8f4ae3749a6d1e6f8490 (diff) | |
download | poky-132d7f554100a92bc8f8be29ac6f49fabcfe801f.tar.gz |
libbsd: udpate 0.10.0 -> 0.11.3
License-Update: copyright years, file lists
(From OE-Core rev: e4604b40075c56a610068179c401537551c93569)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libbsd')
-rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.11.3.bb (renamed from meta/recipes-support/libbsd/libbsd_0.10.0.bb) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.10.0.bb b/meta/recipes-support/libbsd/libbsd_0.11.3.bb index 5b32b9af41..55ecae2ea5 100644 --- a/meta/recipes-support/libbsd/libbsd_0.10.0.bb +++ b/meta/recipes-support/libbsd/libbsd_0.11.3.bb | |||
@@ -29,14 +29,15 @@ 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=2120be0173469a06ed185b688e0e1ae0" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=adf6172075bcc5837e33a8a688eb7e22" |
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[md5sum] = "ead96d240d02faa5b921c0aa50c812b5" | 37 | SRC_URI[sha256sum] = "ff95cf8184151dacae4247832f8d4ea8800fa127dbd15033ecfe839f285b42a1" |
38 | SRC_URI[sha256sum] = "34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887" | ||
39 | 38 | ||
40 | inherit autotools pkgconfig | 39 | inherit autotools pkgconfig |
41 | 40 | ||
41 | DEPENDS += "libmd" | ||
42 | |||
42 | BBCLASSEXTEND = "native nativesdk" | 43 | BBCLASSEXTEND = "native nativesdk" |