diff options
| -rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb index b2058212e1..1f90a71256 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_7.8.0.bb | |||
| @@ -23,7 +23,12 @@ do_install() { | |||
| 23 | fi | 23 | fi |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | # It is not advisable to enable these services by default since they can cause | ||
| 27 | # continual target reboots if they encounter network problems. | ||
| 28 | # | ||
| 29 | SYSTEMD_AUTO_ENABLE = "disable" | ||
| 26 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 30 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" |
| 31 | |||
| 27 | RDEPENDS_${PN} += "bash python php-cli" | 32 | RDEPENDS_${PN} += "bash python php-cli" |
| 28 | 33 | ||
| 29 | FILES_${PN} += " \ | 34 | FILES_${PN} += " \ |
