From 7fc6360dd874c9b6fb9cf785fb2dfe3aec55c9a7 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 4 Aug 2017 14:14:02 -0700 Subject: python3: fix RDEPENDS on several recipes, due to non-existent python3 packages Signed-off-by: Alejandro Hernandez --- meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb') diff --git a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb index 012b2dd0a7..60b44a4d25 100644 --- a/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb +++ b/meta/recipes-rt/rt-tests/hwlatdetect_1.1.bb @@ -22,5 +22,5 @@ do_install() { } FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/dist-packages/hwlatdetect.py" -RDEPENDS_${PN} = "python3 python3-subprocess python3-textutils" +RDEPENDS_${PN} = "python3 " RRECOMMENDS_${PN} = "kernel-module-hwlat-detector" -- cgit 1.2.3-korg