summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-native_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/dbus/dbus-native_1.0.3.bb')
-rw-r--r--meta/packages/dbus/dbus-native_1.0.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus-native_1.0.3.bb b/meta/packages/dbus/dbus-native_1.0.3.bb
index 55889a1a8b..5d13e3f3be 100644
--- a/meta/packages/dbus/dbus-native_1.0.3.bb
+++ b/meta/packages/dbus/dbus-native_1.0.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
3LICENSE = "GPL" 3LICENSE = "GPL"
4SECTION = "base" 4SECTION = "base"
5 5
6PR = "r0" 6PR = "r1"
7 7
8DEPENDS = "glib-2.0-native libxml2-native expat-native" 8DEPENDS = "glib-2.0-native libxml2-native expat-native"
9 9
@@ -12,6 +12,7 @@ DEFAULT_PREFERENCE = "-1"
12FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" 12FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
14 file://cross.patch;patch=1 \ 14 file://cross.patch;patch=1 \
15 file://fix-cr-size.patch;patch=1 \
15 " 16 "
16 17
17inherit autotools pkgconfig gettext native 18inherit autotools pkgconfig gettext native