diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-19 20:36:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-19 20:36:27 +0000 |
commit | 37d9ffa5d40ae81d7f11d199d8130933090dba03 (patch) | |
tree | 8c0476d05e7364a68f494214268f5b4faf385b16 /meta/packages/dbus/dbus.inc | |
parent | e80d0ca6b67dfed845cb8e21d942c3452dfe76f1 (diff) | |
download | poky-37d9ffa5d40ae81d7f11d199d8130933090dba03.tar.gz |
dbus: Add volatiles configuration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus.inc')
-rw-r--r-- | meta/packages/dbus/dbus.inc | 4 |
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 | " |
13 | S = "${WORKDIR}/dbus-${PV}" | 14 | S = "${WORKDIR}/dbus-${PV}" |
14 | 15 | ||
@@ -80,6 +81,9 @@ do_stage() { | |||
80 | } | 81 | } |
81 | 82 | ||
82 | do_install_append() { | 83 | do_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: |