mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02: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:
1
meta/packages/dbus/dbus-1.0.3/99_dbus
vendored
Normal file
1
meta/packages/dbus/dbus-1.0.3/99_dbus
vendored
Normal file
@@ -0,0 +1 @@
|
||||
d messagebus messagebus 0755 /var/run/dbus none
|
||||
1
meta/packages/dbus/dbus-1.1.20/99_dbus
vendored
Normal file
1
meta/packages/dbus/dbus-1.1.20/99_dbus
vendored
Normal file
@@ -0,0 +1 @@
|
||||
d messagebus messagebus 0755 /var/run/dbus none
|
||||
@@ -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,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 "
|
||||
|
||||
Reference in New Issue
Block a user