diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-07 23:53:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-08 14:50:38 +0000 |
commit | 20b4dcace222d6b1d659a8813b4affad075ec0c6 (patch) | |
tree | 43580d0d5f5d03eb53629bfb00553ab6e371b3ed /meta | |
parent | decf46bd78748ccb8d35067809c801ea580a6a01 (diff) | |
download | poky-20b4dcace222d6b1d659a8813b4affad075ec0c6.tar.gz |
dbus-native: Don't install dbus-launch
dbus-launch from dbus-native has no X support so lets not install it in
case the host has a more featured and useful version. It can interfere
with running X utils with STAGING_BINDIR_NATIVE is in PATH and we don'
use it anywhere.
(From OE-Core rev: adfa83bfa1ccb52b1a5d086aff36fe27271d0e59)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 88218b7b8a..292ab296bc 100644 --- a/meta/recipes-core/dbus/dbus.inc +++ b/meta/recipes-core/dbus/dbus.inc | |||
@@ -118,6 +118,10 @@ do_install_class-native() { | |||
118 | 118 | ||
119 | # dbus-glib-native and dbus-glib need this xml file | 119 | # dbus-glib-native and dbus-glib need this xml file |
120 | ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml | 120 | ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml |
121 | |||
122 | # dbus-launch has no X support so lets not install it in case the host | ||
123 | # has a more featured and useful version | ||
124 | rm -f ${D}${bindir}/dbus-launch | ||
121 | } | 125 | } |
122 | 126 | ||
123 | do_install_class-nativesdk() { | 127 | do_install_class-nativesdk() { |