From: Alexander Kanavin Date: Sun, 28 Feb 2021 15:36:58 +0000 (+0100) Subject: libbsd: udpate 0.10.0 -> 0.11.3 X-Git-Tag: yocto-3.3~300 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e4604b40075c56a610068179c401537551c93569;p=openembedded-core.git libbsd: udpate 0.10.0 -> 0.11.3 License-Update: copyright years, file lists Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libbsd/libbsd_0.10.0.bb b/meta/recipes-support/libbsd/libbsd_0.11.3.bb similarity index 87% rename from meta/recipes-support/libbsd/libbsd_0.10.0.bb rename to 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/" # License: public-domain-Colin-Plumb LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" LICENSE_${PN} = "BSD-3-Clause & ISC & PD" -LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0" +LIC_FILES_CHKSUM = "file://COPYING;md5=adf6172075bcc5837e33a8a688eb7e22" SECTION = "libs" SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "ead96d240d02faa5b921c0aa50c812b5" -SRC_URI[sha256sum] = "34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887" +SRC_URI[sha256sum] = "ff95cf8184151dacae4247832f8d4ea8800fa127dbd15033ecfe839f285b42a1" inherit autotools pkgconfig +DEPENDS += "libmd" + BBCLASSEXTEND = "native nativesdk"