mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
move package bluez:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
2baa2fdfaf
commit
b4ea3ce30c
@ -1,47 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build alsa-lib
|
|
||||||
$SCRIPTS/build dbus
|
|
||||||
$SCRIPTS/build glib
|
|
||||||
$SCRIPTS/build gettext
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
|
|
||||||
if [ $DEBUG = yes ]; then
|
|
||||||
DEBUG_CONFIG="--enable-debug"
|
|
||||||
else
|
|
||||||
DEBUG_CONFIG="--disable-debug"
|
|
||||||
fi
|
|
||||||
if [ $DEVTOOLS = yes ]; then
|
|
||||||
DEVTOOLS_CONFIG="--enable-bccmd --enable-test --enable-tools"
|
|
||||||
else
|
|
||||||
DEVTOOLS_CONFIG="--disable-bccmd --disable-test --disable-tools"
|
|
||||||
fi
|
|
||||||
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--libexecdir=/usr/lib \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-dependency-tracking \
|
|
||||||
--enable-shared \
|
|
||||||
--disable-static \
|
|
||||||
--disable-network \
|
|
||||||
--disable-serial \
|
|
||||||
--disable-input \
|
|
||||||
--disable-audio \
|
|
||||||
--disable-service \
|
|
||||||
--disable-gstreamer \
|
|
||||||
--enable-alsa \
|
|
||||||
--disable-usb \
|
|
||||||
--disable-netlink \
|
|
||||||
--disable-hidd \
|
|
||||||
--disable-pand \
|
|
||||||
--disable-dund \
|
|
||||||
$DEBUG_CONFIG \
|
|
||||||
$DEVTOOLS_CONFIG
|
|
||||||
make
|
|
@ -1,44 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install dbus
|
|
||||||
$SCRIPTS/install glib
|
|
||||||
$SCRIPTS/install gettext
|
|
||||||
$SCRIPTS/install alsa-lib
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/sbin
|
|
||||||
cp $PKG_BUILD/src/.libs/bluetoothd $INSTALL/usr/sbin
|
|
||||||
|
|
||||||
if [ $DEVTOOLS = yes ]; then
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/avinfo $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/bccmd $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/ciptool $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/hciattach $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/hciconfig $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/hcisecfilter $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/hcitool $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/l2ping $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/ppporc $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/tools/.libs/sdptool $INSTALL/usr/bin
|
|
||||||
cp $PKG_BUILD/test/.libs/hciemu $INSTALL/usr/bin
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib
|
|
||||||
|
|
||||||
#mkdir -p $INSTALL/usr/lib/bluetooth/plugins
|
|
||||||
#cp $PKG_BUILD/plugins/.libs/*.so $INSTALL/usr/lib/bluetooth/plugins
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/bluetooth
|
|
||||||
cp $PKG_BUILD/src/main.conf $INSTALL/etc/bluetooth
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/dbus-1/system.d
|
|
||||||
cp $PKG_BUILD/src/bluetooth.conf $INSTALL/etc/dbus-1/system.d
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/etc/udev/rules.d
|
|
||||||
cp $PKG_BUILD/scripts/97-bluetooth.rules \
|
|
||||||
$INSTALL/etc/udev/rules.d
|
|
@ -1 +0,0 @@
|
|||||||
http://www.kernel.org/pub/linux/bluetooth/bluez-4.46.tar.gz
|
|
Loading…
x
Reference in New Issue
Block a user