diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-01-27 10:18:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:05 -0800 |
| commit | a960796c9e2d4bd9b43d9557030cfafe817d8863 (patch) | |
| tree | ef9ff747e9af5554b0c77bfe15fe05350cae837a /meta-networking/recipes-protocols/openl2tp | |
| parent | d648916239f6fe2fceedcd3942e73beb54ca5227 (diff) | |
| download | meta-openembedded-a960796c9e2d4bd9b43d9557030cfafe817d8863.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-protocols/openl2tp')
| -rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb index 4e5b45891d..1d11d374fc 100644 --- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb +++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | |||
| @@ -96,4 +96,5 @@ do_install_ptest () { | |||
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | RDEPENDS:${PN} = "ppp ppp-l2tp bash" | 98 | RDEPENDS:${PN} = "ppp ppp-l2tp bash" |
| 99 | RDEPENDS:${PN}-ptest += "rpcbind kernel-module-l2tp-ppp procps-ps tcl" | 99 | RDEPENDS:${PN}-ptest += "rpcbind procps-ps tcl" |
| 100 | RRECOMMENDS:${PN}-ptest = "kernel-module-l2tp-ppp" | ||
