diff options
| author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2020-02-03 18:23:10 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-02-03 22:50:59 -0800 |
| commit | 2baea2b5822f117b41c26c6cedf14e118f437ddc (patch) | |
| tree | 5a1f644844196eb25b75bd6461b46a3a3f7ed06f | |
| parent | d2e570b38c9c6a84696206cc14c09a76c3ed25ca (diff) | |
| download | meta-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>
| -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 \ |
