summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-09-16 15:51:30 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-16 20:55:03 +0300
commit05d8b58bc8bd29dcf9f3f439e47352d15c1ce158 (patch)
tree67870c6f819846d13a47ba64254f25ed6155f39e
parent770f679ef47c220190a43c7de3181f13900d65c1 (diff)
downloadmeta-raspberrypi-05d8b58bc8bd29dcf9f3f439e47352d15c1ce158.tar.gz
rpi-first-run-wizard: Clean extra spaces
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-extra/startup/rpi-first-run-wizard.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extra/startup/rpi-first-run-wizard.bb b/recipes-extra/startup/rpi-first-run-wizard.bb
index 7c0be53..c5cef7c 100644
--- a/recipes-extra/startup/rpi-first-run-wizard.bb
+++ b/recipes-extra/startup/rpi-first-run-wizard.bb
@@ -13,7 +13,7 @@ SRC_URI = " \
13 file://LICENSE \ 13 file://LICENSE \
14 file://first-run-wizard.sh \ 14 file://first-run-wizard.sh \
15 file://rpi_startup.sh \ 15 file://rpi_startup.sh \
16 file://rc.firstrun \ 16 file://rc.firstrun \
17" 17"
18 18
19inherit update-rc.d 19inherit update-rc.d
@@ -21,7 +21,7 @@ inherit update-rc.d
21INITSCRIPT_NAME = "rpi-run-init" 21INITSCRIPT_NAME = "rpi-run-init"
22INITSCRIPT_PARAMS = "start 29 2 3 4 5 . stop 29 2 3 4 5 ." 22INITSCRIPT_PARAMS = "start 29 2 3 4 5 . stop 29 2 3 4 5 ."
23 23
24do_install() { 24do_install() {
25 install -d ${D}${prefix}/rpi/scripts/ 25 install -d ${D}${prefix}/rpi/scripts/
26 install -m 0755 ${WORKDIR}/first-run-wizard.sh ${D}${prefix}/rpi/scripts/ 26 install -m 0755 ${WORKDIR}/first-run-wizard.sh ${D}${prefix}/rpi/scripts/
27 install -m 0755 ${WORKDIR}/rpi_startup.sh ${D}${prefix}/rpi/scripts/ 27 install -m 0755 ${WORKDIR}/rpi_startup.sh ${D}${prefix}/rpi/scripts/
@@ -29,7 +29,7 @@ do_install() {
29 install -d ${D}${sysconfdir}/init.d/ 29 install -d ${D}${sysconfdir}/init.d/
30 install -m 0755 ${WORKDIR}/rc.firstrun ${D}${sysconfdir}/init.d/rpi-run-init 30 install -m 0755 ${WORKDIR}/rc.firstrun ${D}${sysconfdir}/init.d/rpi-run-init
31 31
32 install -d ${D}${sysconfdir}/rpi/ 32 install -d ${D}${sysconfdir}/rpi/
33} 33}
34 34
35PACKAGE_ARCH = "${MACHINE_ARCH}" 35PACKAGE_ARCH = "${MACHINE_ARCH}"