1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

Install a startup script, fix volatiles. Should now auto-start

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2357 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-03 18:01:14 +00:00
parent d0bcc8d87f
commit 3ff099a44e
4 changed files with 67 additions and 0 deletions
+3
View File
@@ -9,6 +9,7 @@ RRECOMMENDS = "udev-utils"
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://sg-inhibit.patch;patch=1 \
file://20hal \
file://99_hal"
PV = "0.5.9.1+git${SRCDATE}"
@@ -33,6 +34,8 @@ EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \
do_install_append() {
install -d ${D}/etc/default/volatiles
install -m 0644 ${WORKDIR}/99_hal ${D}/etc/default/volatiles
install -d ${D}/etc/dbus-1/event.d
install -m 0755 ${WORKDIR}/20hal ${D}/etc/dbus-1/event.d
}
do_stage() {