mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
|
||||
file://99_hal"
|
||||
|
||||
PV = "0.5.9.1+git${SRCDATE}"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -60,7 +60,7 @@ pkg_postinst_hal () {
|
||||
DBUSPID=`pidof dbus-daemon`
|
||||
|
||||
if [ "x$DBUSPID" != "x" ]; then
|
||||
/etc/init.d/dbus-1 force-reload
|
||||
/etc/init.d/dbus-1 reload
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user