From 423d2752892e0b4f59b42a265822113579fa81a2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 12:41:19 +0100 Subject: [PATCH] dbus-host: cleanups Signed-off-by: Stephan Raue --- packages/sysutils/dbus-host/build | 2 -- packages/sysutils/dbus-host/meta | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/sysutils/dbus-host/build b/packages/sysutils/dbus-host/build index 7d61139e3a..a25feafcb4 100755 --- a/packages/sysutils/dbus-host/build +++ b/packages/sysutils/dbus-host/build @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build expat-host $SCRIPTS/unpack dbus DBUS_DIR=`ls -d $BUILD/dbus-[0-9]*` diff --git a/packages/sysutils/dbus-host/meta b/packages/sysutils/dbus-host/meta index 3c9ef9a964..d67cc3be45 100644 --- a/packages/sysutils/dbus-host/meta +++ b/packages/sysutils/dbus-host/meta @@ -9,6 +9,6 @@ PKG_DEPENDS="" PKG_BUILD_DEPENDS="toolchain expat-host" PKG_PRIORITY="optional" PKG_SECTION="system" -PKG_SHORTDESC="simple interprocess messaging system" +PKG_SHORTDESC="dbus: simple interprocess messaging system" PKG_LONGDESC="D-Bus is a message bus, used for sending messages between applications. This package contains the D-Bus daemon and related utilities and the dbus shared library." PKG_IS_ADDON="no"