summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb')
-rw-r--r--meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
index b204ea4dd..75feccb87 100644
--- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
+++ b/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb
@@ -10,6 +10,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \
10 file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \ 10 file://0001-backtrace-Replace-struct-ucontext-with-ucontext_t.patch \
11 file://0001-configure.ac-Rename-to-configure.ac-and-use-external.patch \ 11 file://0001-configure.ac-Rename-to-configure.ac-and-use-external.patch \
12 file://0001-sata.c-Declare-ata_get_powermode-prototype.patch \ 12 file://0001-sata.c-Declare-ata_get_powermode-prototype.patch \
13 file://0001-po-force-Language-header-for-fr-and-de-locals.patch \
13 file://hddtemp.db \ 14 file://hddtemp.db \
14 file://init \ 15 file://init \
15" 16"
@@ -25,9 +26,9 @@ FILES:${PN} += "/usr/share/misc/hddtemp.db"
25 26
26do_install:append() { 27do_install:append() {
27 install -d ${D}/usr/share/misc/ 28 install -d ${D}/usr/share/misc/
28 install -m 0644 ${WORKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db 29 install -m 0644 ${UNPACKDIR}/hddtemp.db ${D}/usr/share/misc/hddtemp.db
29 install -d ${D}${sysconfdir}/init.d 30 install -d ${D}${sysconfdir}/init.d
30 install -m 0644 ${WORKDIR}/init ${D}${sysconfdir}/init.d/hddtemp 31 install -m 0644 ${UNPACKDIR}/init ${D}${sysconfdir}/init.d/hddtemp
31} 32}
32 33
33INITSCRIPT_NAME = "hddtemp" 34INITSCRIPT_NAME = "hddtemp"