diff options
Diffstat (limited to 'meta/packages/devicekit')
-rw-r--r-- | meta/packages/devicekit/devicekit_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/devicekit/devicekit_git.bb b/meta/packages/devicekit/devicekit_git.bb index 06bcfd3f12..74b639f6c1 100644 --- a/meta/packages/devicekit/devicekit_git.bb +++ b/meta/packages/devicekit/devicekit_git.bb | |||
@@ -5,7 +5,7 @@ SRC_URI = "git://anongit.freedesktop.org/DeviceKit/DeviceKit;protocol=git \ | |||
5 | file://volatile" | 5 | file://volatile" |
6 | 6 | ||
7 | PV = "002+git${SRCREV}" | 7 | PV = "002+git${SRCREV}" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | SRCREV = "014d168ba4bf40c9bae487bacff8bf2aa054b5f6" | 9 | SRCREV = "014d168ba4bf40c9bae487bacff8bf2aa054b5f6" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
@@ -25,8 +25,6 @@ pkg_postinst_devicekit () { | |||
25 | exit 1 | 25 | exit 1 |
26 | fi | 26 | fi |
27 | 27 | ||
28 | /etc/init.d/populate-volatile.sh update | ||
29 | |||
30 | DBUSPID=`pidof dbus-daemon` | 28 | DBUSPID=`pidof dbus-daemon` |
31 | 29 | ||
32 | if [ "x$DBUSPID" != "x" ]; then | 30 | if [ "x$DBUSPID" != "x" ]; then |