From 2baea2b5822f117b41c26c6cedf14e118f437ddc Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Mon, 3 Feb 2020 18:23:10 -0800 Subject: [PATCH] phoronix-test-suite: change python to python3-core in RDEPENDS The source codes are actually using python3 instead of python. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- .../phoronix-test-suite/phoronix-test-suite_9.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb index 52b341b0ed..6525b8ec0b 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb @@ -29,7 +29,7 @@ do_install() { SYSTEMD_AUTO_ENABLE = "disable" SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" -RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb-release" +RDEPENDS_${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" FILES_${PN} += " \ ${datadir}/phoronix-test-suite \