diff options
Diffstat (limited to 'meta/packages/dbus/dbus-native_1.0.3.bb')
-rw-r--r-- | meta/packages/dbus/dbus-native_1.0.3.bb | 3 |
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 | ||
10 | DEFAULT_PREFERENCE = "-1" | 10 | DEFAULT_PREFERENCE = "-1" |
11 | 11 | ||
12 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}" | ||
13 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 12 | SRC_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 | ||
17 | inherit autotools pkgconfig gettext native | 16 | inherit autotools pkgconfig gettext native |
18 | 17 | ||
19 | S = "${WORKDIR}/dbus-${PV}" | ||
20 | |||
21 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 18 | EXTRA_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 | ||