]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: Add volatiles configuration
authorRichard Purdie <richard@openedhand.com>
Tue, 19 Aug 2008 20:36:27 +0000 (20:36 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 19 Aug 2008 20:36:27 +0000 (20:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/dbus/dbus-1.0.3/99_dbus [new file with mode: 0644]
meta/packages/dbus/dbus-1.1.20/99_dbus [new file with mode: 0644]
meta/packages/dbus/dbus.inc
meta/packages/dbus/dbus_1.1.20.bb

diff --git a/meta/packages/dbus/dbus-1.0.3/99_dbus b/meta/packages/dbus/dbus-1.0.3/99_dbus
new file mode 100644 (file)
index 0000000..6821ae4
--- /dev/null
@@ -0,0 +1 @@
+d messagebus messagebus 0755 /var/run/dbus none
diff --git a/meta/packages/dbus/dbus-1.1.20/99_dbus b/meta/packages/dbus/dbus-1.1.20/99_dbus
new file mode 100644 (file)
index 0000000..6821ae4
--- /dev/null
@@ -0,0 +1 @@
+d messagebus messagebus 0755 /var/run/dbus none
index 1881cfb90eb2e174fb19dfa4fd33415a962a1109..08659a997b64d4c5ec809b0e83a23569e747d47f 100644 (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:
index 456b8ee99bb314c70c5f526aad270a10c395b139..1f838de30eadd309c42e8658f21872ba65acd406 100644 (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 "