mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
dbus-host: cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
47a67599c6
commit
423d275289
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
. config/options $1
|
. config/options $1
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build expat-host
|
|
||||||
$SCRIPTS/unpack dbus
|
$SCRIPTS/unpack dbus
|
||||||
|
|
||||||
DBUS_DIR=`ls -d $BUILD/dbus-[0-9]*`
|
DBUS_DIR=`ls -d $BUILD/dbus-[0-9]*`
|
||||||
|
@ -9,6 +9,6 @@ PKG_DEPENDS=""
|
|||||||
PKG_BUILD_DEPENDS="toolchain expat-host"
|
PKG_BUILD_DEPENDS="toolchain expat-host"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
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_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"
|
PKG_IS_ADDON="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user