diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/dbus/dbus_1.1.4.bb | 4 |
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" | |||
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | DEPENDS = "expat glib-2.0 virtual/libintl libx11" | 7 | DEPENDS = "expat glib-2.0 virtual/libintl libx11" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r2" |
10 | 10 | ||
11 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 11 | SRC_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" | |||
41 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" | 41 | chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER" |
42 | } | 42 | } |
43 | 43 | ||
44 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 44 | EXTRA_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 | ||
47 | do_stage () { | 47 | do_stage () { |