diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-18 18:53:48 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:56:28 +0200 |
| commit | 289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch) | |
| tree | f9551306e700a0ba0218177f3ec417f76d1f5759 /meta-oe/recipes-benchmark | |
| parent | f2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff) | |
| download | meta-openembedded-289217bbc3c5c53f486ab5615a6d6196e3c12cf2.tar.gz | |
meta-oe: fix indentation
* remove tabs which sneaked in since last cleanup
* meta-oe layers are using consistent indentation with 4 spaces, see
http://www.openembedded.org/wiki/Styleguide
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
| -rw-r--r-- | meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb | 24 |
2 files changed, 14 insertions, 14 deletions
diff --git a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb index afbaaba078..8888b22678 100644 --- a/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb +++ b/meta-oe/recipes-benchmark/analyze-suspend/analyze-suspend_git.bb | |||
| @@ -22,8 +22,8 @@ SRC_URI = "git://github.com/01org/suspendresume.git;protocol=https" | |||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | do_install() { | 24 | do_install() { |
| 25 | install -Dm 0755 analyze_suspend.py ${D}${bindir}/analyze_suspend.py | 25 | install -Dm 0755 analyze_suspend.py ${D}${bindir}/analyze_suspend.py |
| 26 | install -Dm 0644 README ${D}${docdir}/analyze-suspend/README | 26 | install -Dm 0644 README ${D}${docdir}/analyze-suspend/README |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb index 5acfbf1bb5..aab64a354d 100644 --- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb +++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb | |||
| @@ -13,23 +13,23 @@ S = "${WORKDIR}/phoronix-test-suite" | |||
| 13 | inherit systemd allarch | 13 | inherit systemd allarch |
| 14 | 14 | ||
| 15 | do_install() { | 15 | do_install() { |
| 16 | DESTDIR=${D} ./install-sh ${exec_prefix} | 16 | DESTDIR=${D} ./install-sh ${exec_prefix} |
| 17 | 17 | ||
| 18 | if [ "${systemd_unitdir}" != "/usr/lib/systemd" ]; then | 18 | if [ "${systemd_unitdir}" != "/usr/lib/systemd" ]; then |
| 19 | install -d ${D}/${systemd_unitdir}/system/ | 19 | install -d ${D}/${systemd_unitdir}/system/ |
| 20 | mv ${D}/usr/lib/systemd/system/* ${D}/${systemd_unitdir}/system/ | 20 | mv ${D}/usr/lib/systemd/system/* ${D}/${systemd_unitdir}/system/ |
| 21 | rm -rf ${D}/usr/lib/ | 21 | rm -rf ${D}/usr/lib/ |
| 22 | fi | 22 | fi |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" | 25 | SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" |
| 26 | RDEPENDS_${PN} += "bash python php-cli" | 26 | RDEPENDS_${PN} += "bash python php-cli" |
| 27 | 27 | ||
| 28 | FILES_${PN} += " \ | 28 | FILES_${PN} += " \ |
| 29 | ${datadir}/phoronix-test-suite \ | 29 | ${datadir}/phoronix-test-suite \ |
| 30 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ | 30 | ${datadir}/appdata/phoronix-test-suite.appdata.xml \ |
| 31 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ | 31 | ${datadir}/icons/hicolor/48x48/apps/phoronix-test-suite.png \ |
| 32 | ${datadir}/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png \ | 32 | ${datadir}/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png \ |
| 33 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ | 33 | ${datadir}/mime/packages/openbenchmarking-mime.xml \ |
| 34 | ${systemd_unitdir}/* \ | 34 | ${systemd_unitdir}/* \ |
| 35 | " | 35 | " |
