mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
bluez: add meta file support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c7d72008bf
commit
97f1a547dd
@ -2,15 +2,6 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build alsa-lib
|
||||
$SCRIPTS/build libusb-compat
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build glib
|
||||
#$SCRIPTS/build gettext
|
||||
|
||||
cd $PKG_BUILD
|
||||
|
||||
if [ $DEBUG = yes ]; then
|
||||
DEBUG_CONFIG="--enable-debug"
|
||||
else
|
||||
@ -22,6 +13,7 @@ else
|
||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
||||
fi
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -41,7 +33,6 @@ fi
|
||||
--enable-input \
|
||||
--disable-audio \
|
||||
--enable-service \
|
||||
--disable-mcap \
|
||||
--disable-pnat \
|
||||
--disable-attrib \
|
||||
--disable-gstreamer \
|
||||
@ -59,7 +50,6 @@ fi
|
||||
--disable-maemo6 \
|
||||
--disable-hal \
|
||||
--disable-capng \
|
||||
--disable-netlink \
|
||||
--with-gnu-ld \
|
||||
$DEBUG_CONFIG \
|
||||
$DEVTOOLS_CONFIG
|
||||
|
@ -2,11 +2,6 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libusb-compat
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install alsa-lib
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
|
||||
mkdir -p $INSTALL/etc/bluetooth
|
||||
|
17
packages/network/bluez/meta
Normal file
17
packages/network/bluez/meta
Normal file
@ -0,0 +1,17 @@
|
||||
PKG_NAME="bluez"
|
||||
PKG_VERSION="4.79"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.bluez.org/"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/bluetooth/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="alsa-lib libusb-compat dbus glib"
|
||||
PKG_BUILD_DEPENDS="toolchain alsa-lib libusb-compat dbus glib"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="bluez: Bluetooth Tools and System Daemons for Linux."
|
||||
PKG_LONGDESC="Bluetooth Tools and System Daemons for Linux."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://www.kernel.org/pub/linux/bluetooth/bluez-4.79.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user