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-devtools/pmtools | |
| 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-devtools/pmtools')
| -rw-r--r-- | meta-oe/recipes-devtools/pmtools/pmtools_git.bb | 14 |
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 @@ | |||
| 1 | DESCRIPTION = "This is a small collection of power management \ | 1 | DESCRIPTION = "This is a small collection of power management \ |
| 2 | test and investigation tools" | 2 | test and investigation tools" |
| 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" | 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" |
| 4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
| @@ -17,13 +17,13 @@ S = "${WORKDIR}/git" | |||
| 17 | 17 | ||
| 18 | do_configure[noexec] = "1" | 18 | do_configure[noexec] = "1" |
| 19 | do_compile() { | 19 | do_compile() { |
| 20 | oe_runmake | 20 | oe_runmake |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | do_install() { | 23 | do_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 | } |
