mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
d2e570b38c
commit
2baea2b582
@@ -29,7 +29,7 @@ do_install() {
|
|||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
|
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} += " \
|
FILES_${PN} += " \
|
||||||
${datadir}/phoronix-test-suite \
|
${datadir}/phoronix-test-suite \
|
||||||
|
|||||||
Reference in New Issue
Block a user