summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal/hal_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-09-26 08:50:54 +0000
committerRoss Burton <ross@openedhand.com>2007-09-26 08:50:54 +0000
commit23f1df5dde082d2013b16ef5adfd021b856eb4d6 (patch)
tree3a7b0829ef5ac473aa5fe90a04242521ce698c48 /meta/packages/hal/hal_git.bb
parent2b6d98f628c0d814a421fa79a1c0968a99fb7f32 (diff)
downloadpoky-23f1df5dde082d2013b16ef5adfd021b856eb4d6.tar.gz
hal: no need to force-reload, we can reload now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2793 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hal/hal_git.bb')
-rw-r--r--meta/packages/hal/hal_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/hal/hal_git.bb b/meta/packages/hal/hal_git.bb
index e05927e515..1e0681181f 100644
--- a/meta/packages/hal/hal_git.bb
+++ b/meta/packages/hal/hal_git.bb
@@ -13,7 +13,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
13 file://99_hal" 13 file://99_hal"
14 14
15PV = "0.5.9.1+git${SRCDATE}" 15PV = "0.5.9.1+git${SRCDATE}"
16PR = "r2" 16PR = "r3"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
@@ -60,7 +60,7 @@ pkg_postinst_hal () {
60 DBUSPID=`pidof dbus-daemon` 60 DBUSPID=`pidof dbus-daemon`
61 61
62 if [ "x$DBUSPID" != "x" ]; then 62 if [ "x$DBUSPID" != "x" ]; then
63 /etc/init.d/dbus-1 force-reload 63 /etc/init.d/dbus-1 reload
64 fi 64 fi
65} 65}
66 66