summaryrefslogtreecommitdiff
path: root/packages/hal/hal_git.bb
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-07-04 13:56:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2008-07-04 13:56:57 +0000
commit8ab6d2ddbc526acc395ddc6725067b8d74af40c0 (patch)
tree5d4dd8c9ff7de71e4d4e2eea7ac78ea6c72bbe1f /packages/hal/hal_git.bb
parentd63780b41e9b5241693e6815f5b71333e749f382 (diff)
parent83b4adb291b2b04a927f80036ffee727d23a9cfc (diff)
merge of '1a0381ff4565808f58609382d1280e18d59ded7f'
and '82db3fe8864d686473c6bbf5db186f5fcbc90c5f'
Diffstat (limited to 'packages/hal/hal_git.bb')
-rw-r--r--packages/hal/hal_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/hal/hal_git.bb b/packages/hal/hal_git.bb
index 659ab8eb6c..49ecfde9ea 100644
--- a/packages/hal/hal_git.bb
+++ b/packages/hal/hal_git.bb
@@ -14,7 +14,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://99_hal"
PV = "0.5.9.1+git${SRCDATE}"
-PR = "r5"
+PR = "r6"
S = "${WORKDIR}/git"
@@ -53,11 +53,11 @@ pkg_postinst_hal () {
exit 1
fi
- /etc/init.d/populate-volatile.sh update
-
grep haldaemon /etc/group || addgroup haldaemon
grep haldaemon /etc/passwd || adduser --disabled-password --system --home /var/run/hald --no-create-home haldaemon --ingroup haldaemon -g HAL
+ /etc/init.d/populate-volatile.sh update
+
DBUSPID=`pidof dbus-daemon`
if [ "x$DBUSPID" != "x" ]; then