summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/dbus/dbus_1.1.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/dbus/dbus_1.1.4.bb b/meta/packages/dbus/dbus_1.1.4.bb
index 96f32c9189..2e86f87302 100644
--- a/meta/packages/dbus/dbus_1.1.4.bb
+++ b/meta/packages/dbus/dbus_1.1.4.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "message bus system for applications to talk to one another"
6LICENSE = "GPL" 6LICENSE = "GPL"
7DEPENDS = "expat glib-2.0 virtual/libintl libx11" 7DEPENDS = "expat glib-2.0 virtual/libintl libx11"
8 8
9PR = "r1" 9PR = "r2"
10 10
11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
12 file://tmpdir.patch;patch=1 \ 12 file://tmpdir.patch;patch=1 \
@@ -41,7 +41,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
41chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" 41chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
42} 42}
43 43
44EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ 44EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \
45 --disable-doxygen-docs --with-xml=expat --with-x" 45 --disable-doxygen-docs --with-xml=expat --with-x"
46 46
47do_stage () { 47do_stage () {