mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bind: upgrade 9.18.27 -> 9.20.0
bind now depends on liburcu, so add it to DEPENDS (this was why the AUH runs were failing at do_compile). Changelog: https://gitlab.isc.org/isc-projects/bind9/-/blob/main/doc/arm/changelog.rst (From OE-Core rev: 6a450da130e78fd45931c67a9e8255d611ae8711) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b09f433ec9
commit
2f23bb6017
+2
-2
@@ -6,7 +6,7 @@ SECTION = "console/network"
|
|||||||
LICENSE = "MPL-2.0"
|
LICENSE = "MPL-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c7a0b6d9a1b692a5da9af9d503671f43"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c7a0b6d9a1b692a5da9af9d503671f43"
|
||||||
|
|
||||||
DEPENDS = "openssl libcap zlib libuv"
|
DEPENDS = "openssl libcap zlib libuv liburcu"
|
||||||
|
|
||||||
SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
|
SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
|
||||||
file://conf.patch \
|
file://conf.patch \
|
||||||
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
|
|||||||
file://0001-avoid-start-failure-with-bind-user.patch \
|
file://0001-avoid-start-failure-with-bind-user.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "ea3f3d8cfa2f6ae78c8722751d008f54bc17a3aed2be3f7399eb7bf5f4cda8f1"
|
SRC_URI[sha256sum] = "cc580998017b51f273964058e8cb3aa5482bc785243dea71e5556ec565a13347"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
|
UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
|
||||||
# follow the ESV versions divisible by 2
|
# follow the ESV versions divisible by 2
|
||||||
Reference in New Issue
Block a user