mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
. 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
|
if [ $DEBUG = yes ]; then
|
||||||
DEBUG_CONFIG="--enable-debug"
|
DEBUG_CONFIG="--enable-debug"
|
||||||
else
|
else
|
||||||
@ -22,6 +13,7 @@ else
|
|||||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -41,7 +33,6 @@ fi
|
|||||||
--enable-input \
|
--enable-input \
|
||||||
--disable-audio \
|
--disable-audio \
|
||||||
--enable-service \
|
--enable-service \
|
||||||
--disable-mcap \
|
|
||||||
--disable-pnat \
|
--disable-pnat \
|
||||||
--disable-attrib \
|
--disable-attrib \
|
||||||
--disable-gstreamer \
|
--disable-gstreamer \
|
||||||
@ -59,7 +50,6 @@ fi
|
|||||||
--disable-maemo6 \
|
--disable-maemo6 \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
--disable-capng \
|
--disable-capng \
|
||||||
--disable-netlink \
|
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
$DEBUG_CONFIG \
|
$DEBUG_CONFIG \
|
||||||
$DEVTOOLS_CONFIG
|
$DEVTOOLS_CONFIG
|
||||||
|
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
$SCRIPTS/install libusb-compat
|
|
||||||
$SCRIPTS/install dbus
|
|
||||||
$SCRIPTS/install glib
|
|
||||||
$SCRIPTS/install alsa-lib
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/bluetooth
|
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