From: Ross Burton Date: Fri, 22 May 2026 13:10:44 +0000 (+0100) Subject: kea: add comment about soon-redundant options X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=280b29b9cd86f1ba8a1c918e5fbd7994ab0b15fb;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git kea: add comment about soon-redundant options The problem that means we need to pass --install-umask has been fixed upstream, add a comment to remind the maintainer to remove this when upgrading. Signed-off-by: Ross Burton Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/kea/kea_3.0.3.bb b/meta/recipes-connectivity/kea/kea_3.0.3.bb index 0646bf702e..f5ca2b16ee 100644 --- a/meta/recipes-connectivity/kea/kea_3.0.3.bb +++ b/meta/recipes-connectivity/kea/kea_3.0.3.bb @@ -27,6 +27,8 @@ SRC_URI[sha256sum] = "09702ddb078b637e85de9236cbedd3fb9d7af7c6e797026c538b45748a inherit meson pkgconfig systemd update-rc.d upstream-version-is-even +# install-umask can be removed when upgrading to 3.1.19 onwards +# https://gitlab.isc.org/isc-projects/kea/-/commit/d9f332a6f36f8056a54b0698d4672a67aea812ba EXTRA_OEMESON += "-Dcrypto=openssl -Drunstatedir=${runtimedir} -Dkrb5=disabled -Dnetconf=disabled --install-umask=0022" INITSCRIPT_NAME = "kea-dhcp4-server"