summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus.inc')
-rw-r--r--meta/packages/dbus/dbus.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus.inc b/meta/packages/dbus/dbus.inc
index 1881cfb90e..08659a997b 100644
--- a/meta/packages/dbus/dbus.inc
+++ b/meta/packages/dbus/dbus.inc
@@ -9,6 +9,7 @@ SRC_URI = "\
9 file://cross.patch;patch=1 \ 9 file://cross.patch;patch=1 \
10 file://tmpdir.patch;patch=1 \ 10 file://tmpdir.patch;patch=1 \
11 file://dbus-1.init \ 11 file://dbus-1.init \
12 file://99_dbus \
12" 13"
13S = "${WORKDIR}/dbus-${PV}" 14S = "${WORKDIR}/dbus-${PV}"
14 15
@@ -80,6 +81,9 @@ do_stage() {
80} 81}
81 82
82do_install_append() { 83do_install_append() {
84 install -d ${D}/etc/default/volatiles
85 install -m 0644 ${WORKDIR}/99_dbus ${D}/etc/default/volatiles/
86
83 install -d ${D}${sysconfdir}/init.d 87 install -d ${D}${sysconfdir}/init.d
84 install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1 88 install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1
85 # the stock install seems to install the libtool wrapper script, so we have to copy this manually :M: 89 # the stock install seems to install the libtool wrapper script, so we have to copy this manually :M: