From: Liu Yiding <liuyd.fnst@fujitsu.com>
To: openembedded-core@lists.openembedded.org
Cc: Liu Yiding <liuyd.fnst@fujitsu.com>
Subject: [OE-core][PATCH 1/2] kea: fix EXTRA_OE config to EXTRA_OEMESON
Date: Thu, 23 Oct 2025 10:06:35 +0800 [thread overview]
Message-ID: <20251023020636.2817-2-liuyd.fnst@fujitsu.com> (raw)
In-Reply-To: <20251023020636.2817-1-liuyd.fnst@fujitsu.com>
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 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/kea/kea_3.0.1.bb b/meta/recipes-connectivity/kea/kea_3.0.1.bb
index cc34c05093..2dca645cdb 100644
--- a/meta/recipes-connectivity/kea/kea_3.0.1.bb
+++ b/meta/recipes-connectivity/kea/kea_3.0.1.bb
@@ -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,8 @@ do_install:append() {
-e "s:${S}:@abs_top_srcdir_placeholder@:g" \
${D}${sbindir}/kea-admin
rm -rf ${D}${datadir}/${BPN}/meson-info
+ # Remove /run as it is created on startup
+ rm -rf ${D}${runtimedir}
}
do_install:append() {
--
2.43.0
next prev parent reply other threads:[~2025-10-23 2:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-23 2:06 [PATCH 0/2 v2] kea: Fix EXTRA_OE config to EXTRA_OEMESON and installation umask of meson Liu Yiding
2025-10-23 2:06 ` Liu Yiding [this message]
2025-10-23 8:57 ` [OE-core][PATCH 1/2] kea: fix EXTRA_OE config to EXTRA_OEMESON Quentin Schulz
2025-10-23 2:06 ` [OE-core][PATCH 2/2 v2] kea: fix installation umask to 0022 of meson Liu Yiding
-- strict thread matches above, loose matches on Subject: below --
2025-10-20 2:39 [PATCH 0/2] kea: Fix EXTRA_OE config to EXTRA_OEMESON and installation umask " Liu Yiding
2025-10-20 2:39 ` [OE-core][PATCH 1/2] kea: fix EXTRA_OE config to EXTRA_OEMESON Liu Yiding
2025-10-20 17:05 ` Quentin Schulz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251023020636.2817-2-liuyd.fnst@fujitsu.com \
--to=liuyd.fnst@fujitsu.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox