mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
kea: fix EXTRA_OE config to EXTRA_OEMESON
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. (From OE-Core rev: df3f4196693ae82bddebe134f3af0db92e5d5712) Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
49e2a19a4b
commit
3803ab9ee2
@@ -26,7 +26,7 @@ SRC_URI[sha256sum] = "ec84fec4bb7f6b9d15a82e755a571e9348eb4d6fbc62bb3f6f1296cd7a
|
|||||||
|
|
||||||
inherit meson pkgconfig systemd update-rc.d upstream-version-is-even
|
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_NAME = "kea-dhcp4-server"
|
||||||
INITSCRIPT_PARAMS = "defaults 30"
|
INITSCRIPT_PARAMS = "defaults 30"
|
||||||
@@ -72,6 +72,7 @@ do_install:append() {
|
|||||||
-e "s:${S}:@abs_top_srcdir_placeholder@:g" \
|
-e "s:${S}:@abs_top_srcdir_placeholder@:g" \
|
||||||
${D}${sbindir}/kea-admin
|
${D}${sbindir}/kea-admin
|
||||||
rm -rf ${D}${datadir}/${BPN}/meson-info
|
rm -rf ${D}${datadir}/${BPN}/meson-info
|
||||||
|
rm -rf ${D}${runtimedir}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user