diff mbox series

[meta-networking] openl2tp: Fix do_package_qa Issue

Message ID 20260126071627.4466-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-networking] openl2tp: Fix do_package_qa Issue | expand

Commit Message

Liu Yiding Jan. 26, 2026, 7:16 a.m. UTC
Fix following issue when using customized kernel without kernel-module-l2tp-ppp enabled.
ERROR: openl2tp-1.8-r0 do_package_qa: QA Issue: openl2tp-ptest rdepends on kernel-module-l2tp-ppp, but it isn't a build dependency? [build-deps]

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
index 4e5b45891d..ac9dece2f9 100644
--- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
+++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
@@ -97,3 +97,5 @@  do_install_ptest () {
 
 RDEPENDS:${PN} = "ppp ppp-l2tp bash"
 RDEPENDS:${PN}-ptest += "rpcbind kernel-module-l2tp-ppp procps-ps tcl"
+
+INSANE_SKIP:${PN}-ptest += "build-deps"