diff options
Diffstat (limited to 'meta/packages/hal/hal_git.bb')
| -rw-r--r-- | meta/packages/hal/hal_git.bb | 4 |
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 | ||
| 15 | PV = "0.5.9.1+git${SRCDATE}" | 15 | PV = "0.5.9.1+git${SRCDATE}" |
| 16 | PR = "r2" | 16 | PR = "r3" |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | 18 | S = "${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 | ||
