]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus-native: Don't install dbus-launch
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Feb 2013 23:53:51 +0000 (23:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2013 14:46:13 +0000 (14:46 +0000)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/dbus/dbus.inc

index 88218b7b8aa9e2dd662a9973a76d8578c2bba83f..292ab296bc839139ea5ae21aab5097df90e4a23a 100644 (file)
@@ -118,6 +118,10 @@ do_install_class-native() {
 
        # dbus-glib-native and dbus-glib need this xml file
        ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml
+       
+       # dbus-launch has no X support so lets not install it in case the host
+       # has a more featured and useful version
+       rm -f ${D}${bindir}/dbus-launch
 }
 
 do_install_class-nativesdk() {