summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2020-02-03 18:23:10 -0800
committerKhem Raj <raj.khem@gmail.com>2020-02-03 22:50:59 -0800
commit2baea2b5822f117b41c26c6cedf14e118f437ddc (patch)
tree5a1f644844196eb25b75bd6461b46a3a3f7ed06f /meta-oe
parentd2e570b38c9c6a84696206cc14c09a76c3ed25ca (diff)
downloadmeta-openembedded-2baea2b5822f117b41c26c6cedf14e118f437ddc.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb2
1 files changed, 1 insertions, 1 deletions
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 52b341b0e..6525b8ec0 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() {
29SYSTEMD_AUTO_ENABLE = "disable" 29SYSTEMD_AUTO_ENABLE = "disable"
30SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" 30SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
31 31
32RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb-release" 32RDEPENDS_${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release"
33 33
34FILES_${PN} += " \ 34FILES_${PN} += " \
35 ${datadir}/phoronix-test-suite \ 35 ${datadir}/phoronix-test-suite \