diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-30 17:27:42 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-30 17:27:42 +0000 |
commit | 8cf11594833e8161a0c82db7905f50200aa69d71 (patch) | |
tree | 05ec968c795734fa77558832d2a73f0f9a5da162 /meta/packages/dbus | |
parent | d9630462e35b81ad22044668d19dd9ea40644bc7 (diff) | |
download | poky-8cf11594833e8161a0c82db7905f50200aa69d71.tar.gz |
dbus: enable X support so that the session bus terminates when X does
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3631 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus')
-rw-r--r-- | meta/packages/dbus/dbus_1.0.2.bb | 6 | ||||
-rw-r--r-- | meta/packages/dbus/dbus_1.1.4.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb index 028e4bddb1..5bb41876a2 100644 --- a/meta/packages/dbus/dbus_1.0.2.bb +++ b/meta/packages/dbus/dbus_1.0.2.bb | |||
@@ -2,9 +2,9 @@ SECTION = "base" | |||
2 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 2 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
3 | DESCRIPTION = "message bus system for applications to talk to one another" | 3 | DESCRIPTION = "message bus system for applications to talk to one another" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | DEPENDS = "expat glib-2.0 virtual/libintl" | 5 | DEPENDS = "expat glib-2.0 virtual/libintl libx11" |
6 | 6 | ||
7 | PR = "r4" | 7 | PR = "r5" |
8 | 8 | ||
9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 9 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
10 | file://tmpdir.patch;patch=1 \ | 10 | file://tmpdir.patch;patch=1 \ |
@@ -39,7 +39,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst | |||
39 | } | 39 | } |
40 | 40 | ||
41 | EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \ | 41 | EXTRA_OECONF = " --disable-tests --disable-asserts --disable-xml-docs \ |
42 | --disable-doxygen-docs --with-xml=expat --without-x" | 42 | --disable-doxygen-docs --with-xml=expat --with-x" |
43 | 43 | ||
44 | do_stage () { | 44 | do_stage () { |
45 | oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} | 45 | oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} |
diff --git a/meta/packages/dbus/dbus_1.1.4.bb b/meta/packages/dbus/dbus_1.1.4.bb index 6e47790159..96f32c9189 100644 --- a/meta/packages/dbus/dbus_1.1.4.bb +++ b/meta/packages/dbus/dbus_1.1.4.bb | |||
@@ -4,9 +4,9 @@ SECTION = "base" | |||
4 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" | 4 | HOMEPAGE = "http://www.freedesktop.org/Software/dbus" |
5 | DESCRIPTION = "message bus system for applications to talk to one another" | 5 | 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" | 7 | DEPENDS = "expat glib-2.0 virtual/libintl libx11" |
8 | 8 | ||
9 | PR = "r0" | 9 | PR = "r1" |
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 \ |
@@ -42,7 +42,7 @@ chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --syst | |||
42 | } | 42 | } |
43 | 43 | ||
44 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ | 44 | EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \ |
45 | --disable-doxygen-docs --with-xml=expat --without-x" | 45 | --disable-doxygen-docs --with-xml=expat --with-x" |
46 | 46 | ||
47 | do_stage () { | 47 | do_stage () { |
48 | oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} | 48 | oe_libinstall -so -C dbus libdbus-1 ${STAGING_LIBDIR} |