mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01: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:
@@ -7,7 +7,7 @@ DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb"
|
||||
RDEPENDS += "udev hal-info"
|
||||
RRECOMMENDS = "udev-utils"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://freedesktop.org/~david/dist/hal-${PV}.tar.gz \
|
||||
file://sg-inhibit.patch;patch=1 \
|
||||
@@ -59,7 +59,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
|
||||
}
|
||||
|
||||
|
||||
@@ -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