blob: 25cc5ac754928f1fe8ff902555300cabf5ef2c23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include dbus.inc
PR = "${INC_PR}.0"
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz;name=dbus \
file://tmpdir.patch \
file://fix-install-daemon.patch \
file://0001-Make-the-default-DBus-reply-timeout-configurable.patch \
file://dbus-1.init \
"
SRC_URI[dbus.md5sum] = "63f4e2412f6599a5e7b10281b9ddc0ac"
SRC_URI[dbus.sha256sum] = "0ef086d738710384d525130797ee86a0ce2daebffa7dc4d28386503ef7448011"
|