summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pmtools
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-devtools/pmtools
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-devtools/pmtools')
-rw-r--r--meta-oe/recipes-devtools/pmtools/pmtools_git.bb14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
index 22ed8e2ff1..94fc736b57 100644
--- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
+++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "This is a small collection of power management \ 1DESCRIPTION = "This is a small collection of power management \
2 test and investigation tools" 2 test and investigation tools"
3HOMEPAGE = "http://lesswatts.org/projects/acpi" 3HOMEPAGE = "http://lesswatts.org/projects/acpi"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" 5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
@@ -17,13 +17,13 @@ S = "${WORKDIR}/git"
17 17
18do_configure[noexec] = "1" 18do_configure[noexec] = "1"
19do_compile() { 19do_compile() {
20 oe_runmake 20 oe_runmake
21} 21}
22 22
23do_install() { 23do_install() {
24 install -d ${D}${bindir} ${D}${docdir} 24 install -d ${D}${bindir} ${D}${docdir}
25 install -m 755 ${S}/acpidump/acpidump ${D}${bindir} 25 install -m 755 ${S}/acpidump/acpidump ${D}${bindir}
26 install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir} 26 install -m 755 ${S}/acpixtract/acpixtract ${D}${bindir}
27 install -m 755 ${S}/madt/madt ${D}${bindir} 27 install -m 755 ${S}/madt/madt ${D}${bindir}
28 install -m 644 ${S}/README ${D}${docdir} 28 install -m 644 ${S}/README ${D}${docdir}
29} 29}