mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
fuse3: Make kmod as a recommendation instead of rdep for ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -33,9 +33,9 @@ SRC_URI += " \
|
|||||||
RDEPENDS:${PN}-ptest += " \
|
RDEPENDS:${PN}-ptest += " \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
python3-looseversion \
|
python3-looseversion \
|
||||||
kernel-module-cuse \
|
|
||||||
bash \
|
bash \
|
||||||
"
|
"
|
||||||
|
RRECOMMENDS:${PN}-ptest += " kernel-module-cuse"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -d ${D}${PTEST_PATH}/test
|
install -d ${D}${PTEST_PATH}/test
|
||||||
|
|||||||
Reference in New Issue
Block a user