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, 0 insertions, 3 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..c237a7e8cf 100644
--- a/meta/packages/dbus/dbus-native_1.0.3.bb
+++ b/meta/packages/dbus/dbus-native_1.0.3.bb
@@ -9,15 +9,12 @@ DEPENDS = "glib-2.0-native libxml2-native expat-native"
9 9
10DEFAULT_PREFERENCE = "-1" 10DEFAULT_PREFERENCE = "-1"
11 11
12FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
13SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 12SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
14 file://cross.patch;patch=1 \ 13 file://cross.patch;patch=1 \
15 " 14 "
16 15
17inherit autotools pkgconfig gettext native 16inherit autotools pkgconfig gettext native
18 17
19S = "${WORKDIR}/dbus-${PV}"
20
21EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 18EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
22 --disable-doxygen-docs --with-xml=expat --without-x" 19 --disable-doxygen-docs --with-xml=expat --without-x"
23 20