]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
kea: add comment about soon-redundant options
authorRoss Burton <ross.burton@arm.com>
Fri, 22 May 2026 13:10:44 +0000 (14:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 May 2026 10:21:53 +0000 (11:21 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/kea/kea_3.0.3.bb

index 0646bf702ecf8d9f052e92ccb2e3a20c30841004..f5ca2b16eecdffdf3f7914310eb3c1c9d216814b 100644 (file)
@@ -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"