@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "ec84fec4bb7f6b9d15a82e755a571e9348eb4d6fbc62bb3f6f1296cd7a
inherit meson pkgconfig systemd update-rc.d upstream-version-is-even
-EXTRA_OECONF += "-Dcrypto=openssl -Drunstatedir=${runtimedir} -Dkrb5=disabled -Dnetconf=disabled"
+EXTRA_OEMESON += "-Dcrypto=openssl -Drunstatedir=${runtimedir} -Dkrb5=disabled -Dnetconf=disabled"
INITSCRIPT_NAME = "kea-dhcp4-server"
INITSCRIPT_PARAMS = "defaults 30"
@@ -72,6 +72,7 @@ do_install:append() {
-e "s:${S}:@abs_top_srcdir_placeholder@:g" \
${D}${sbindir}/kea-admin
rm -rf ${D}${datadir}/${BPN}/meson-info
+ rm -rf ${D}${runtimedir}
}
do_install:append() {
After kea has been upgrade to 3.0.1,the build system changed to meson,but the config of build system is still be EXTRA_OECONF. So this commit fix it. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> --- meta/recipes-connectivity/kea/kea_3.0.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)