diff options
Diffstat (limited to 'meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb')
| -rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb new file mode 100644 index 0000000000..825f7024e7 --- /dev/null +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_10.8.2.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | SUMMARY = "Phoronix Test Suite" | ||
| 2 | DESCRIPTION = "The Phoronix Test Suite is designed to carry out both qualitative \ | ||
| 3 | and quantitative benchmarks in a clean, reproducible, and easy-to-use manner." | ||
| 4 | LICENSE = "GPL-3.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | SECTION = "console/tests" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz" | ||
| 9 | SRC_URI[md5sum] = "459c3c45b39bb3d720ddc8ba5f944332" | ||
| 10 | SRC_URI[sha256sum] = "86681343d20415831ab16ef6c3d1c317e2345e771925e0698ae920a03a9eaab6" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/phoronix-test-suite" | ||
| 13 | |||
| 14 | inherit systemd allarch mime mime-xdg | ||
| 15 | |||
| 16 | do_install() { | ||
| 17 | DESTDIR=${D} ./install-sh ${exec_prefix} | ||
| 18 | |||
| 19 | if [ "${systemd_unitdir}" != "/usr/lib/systemd" ]; then | ||
| 20 | install -d ${D}/${systemd_unitdir}/system/ | ||
| 21 | mv ${D}/usr/lib/systemd/system/* ${D}/${systemd_unitdir}/system/ | ||
| 22 | rm -rf ${D}/usr/lib/ | ||
| 23 | fi | ||
| 24 | } | ||
| 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" | ||
| 30 | SYSTEMD_SERVICE:${PN} = "phoromatic-client.service phoromatic-server.service" | ||
| 31 | |||
| 32 | RDEPENDS:${PN} += "bash python3-core php-cli util-linux-lscpu os-release lsb-release" | ||
| 33 | |||
| 34 | FILES:${PN} += " \ | ||
| 35 | ${datadir}/phoronix-test-suite \ | ||
| 36 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ | ||
| 37 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ | ||
| 38 | ${datadir}/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png \ | ||
| 39 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ | ||
| 40 | ${systemd_unitdir}/* \ | ||
| 41 | " | ||
