summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-08-18 18:53:48 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:56:28 +0200
commit289217bbc3c5c53f486ab5615a6d6196e3c12cf2 (patch)
treef9551306e700a0ba0218177f3ec417f76d1f5759 /meta-oe/recipes-benchmark
parentf2bec07b87b3f1118aa1d1f194d230920f1afe01 (diff)
downloadmeta-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.bb4
-rw-r--r--meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.0.1.bb24
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 afbaaba07..8888b2267 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"
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24do_install() { 24do_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
29BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "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 5acfbf1bb..aab64a354 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"
13inherit systemd allarch 13inherit systemd allarch
14 14
15do_install() { 15do_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
25SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service" 25SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
26RDEPENDS_${PN} += "bash python php-cli" 26RDEPENDS_${PN} += "bash python php-cli"
27 27
28FILES_${PN} += " \ 28FILES_${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"