blob: 3abc40a0d4de4611a7cb87a1ff571c359b2cbe65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
include dbus.inc
SRC_URI = "\
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
\
file://will-1.patch;patch=1 \
file://will-2.patch;patch=1 \
file://will-3.patch;patch=1 \
file://will-4.patch;patch=1 \
file://will-5.patch;patch=1 \
file://will-6.patch;patch=1 \
\
file://tmpdir.patch;patch=1 \
file://fix-install-daemon.patch;patch=1 \
file://0001-Make-the-default-DBus-reply-timeout-configurable.patch;patch=1 \
file://dbus-1.init \
"
# This is the development version of dbus that will lead to 1.4.x
DEFAULT_PREFERENCE = "-1"
PR = "r1"
|