diff options
Diffstat (limited to 'meta-oe/recipes-devtools/pmtools/pmtools_git.bb')
-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 22ed8e2ff..94fc736b5 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 | } |