1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

dbus: Add volatiles configuration

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-19 20:36:27 +00:00
parent e80d0ca6b6
commit 37d9ffa5d4
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
d messagebus messagebus 0755 /var/run/dbus none
+1
View File
@@ -0,0 +1 @@
d messagebus messagebus 0755 /var/run/dbus none
+4
View File
@@ -9,6 +9,7 @@ SRC_URI = "\
file://cross.patch;patch=1 \
file://tmpdir.patch;patch=1 \
file://dbus-1.init \
file://99_dbus \
"
S = "${WORKDIR}/dbus-${PV}"
@@ -80,6 +81,9 @@ do_stage() {
}
do_install_append() {
install -d ${D}/etc/default/volatiles
install -m 0644 ${WORKDIR}/99_dbus ${D}/etc/default/volatiles/
install -d ${D}${sysconfdir}/init.d
install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1
# the stock install seems to install the libtool wrapper script, so we have to copy this manually :M:
+1 -1
View File
@@ -1,6 +1,6 @@
include dbus.inc
PR = "r4"
PR = "r5"
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1 \
file://fix-install-daemon.patch;patch=1 "