openl2tp: Fix do_package_qa Issue

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Liu Yiding 2026-01-27 10:18:45 +08:00 committed by Khem Raj
parent d648916239
commit a960796c9e
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -96,4 +96,5 @@ do_install_ptest () {
}
RDEPENDS:${PN} = "ppp ppp-l2tp bash"
RDEPENDS:${PN}-ptest += "rpcbind kernel-module-l2tp-ppp procps-ps tcl"
RDEPENDS:${PN}-ptest += "rpcbind procps-ps tcl"
RRECOMMENDS:${PN}-ptest = "kernel-module-l2tp-ppp"