diff options
-rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_9.2.1.bb | 2 |
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 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() { | |||
29 | SYSTEMD_AUTO_ENABLE = "disable" | 29 | SYSTEMD_AUTO_ENABLE = "disable" |
30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" |
31 | 31 | ||
32 | RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb-release" | 32 | RDEPENDS_${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" |
33 | 33 | ||
34 | FILES_${PN} += " \ | 34 | FILES_${PN} += " \ |
35 | ${datadir}/phoronix-test-suite \ | 35 | ${datadir}/phoronix-test-suite \ |