mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
hal:
- remove package HAL, we dont need this anymore
This commit is contained in:
parent
d20242a75d
commit
3fa3c7636c
@ -1,69 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build pciutils
|
||||
$SCRIPTS/build udev
|
||||
$SCRIPTS/build expat
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build dbus
|
||||
$SCRIPTS/build dbus-glib
|
||||
$SCRIPTS/build util-linux-ng
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-docbook-docs \
|
||||
--disable-man-pages \
|
||||
--disable-gtk-doc \
|
||||
--enable-largefile \
|
||||
--enable-pci \
|
||||
--enable-pci-ids \
|
||||
--with-libpci \
|
||||
--enable-usb \
|
||||
--enable-usb-ids \
|
||||
--enable-pnp-ids \
|
||||
--disable-apm \
|
||||
--disable-pmu \
|
||||
--disable-acpi \
|
||||
--disable-acpi-acpid \
|
||||
--disable-acpi-proc \
|
||||
--disable-acpi-ibm \
|
||||
--disable-acpi-toshiba \
|
||||
--disable-parted \
|
||||
--disable-smbios \
|
||||
--disable-console-kit \
|
||||
--disable-policy-kit \
|
||||
--disable-acl-management \
|
||||
--disable-umount-helper \
|
||||
--disable-sonypic \
|
||||
--with-linux-input-header=$SYSROOT_PREFIX/usr/include/linux/input.h \
|
||||
--with-pci-ids=/usr/share \
|
||||
--with-usb-ids=/usr/share \
|
||||
--with-socket-dir=/var/run/dbus \
|
||||
--with-hal-user=haldaemon \
|
||||
--with-hal-group=haldaemon \
|
||||
--with-backend=linux \
|
||||
--with-keymaps \
|
||||
--with-deprecated-keys \
|
||||
--with-dbus-sys=/etc/dbus-1 \
|
||||
--without-macbookpro \
|
||||
--without-macbook \
|
||||
--without-imac \
|
||||
--without-omap \
|
||||
--without-cpufreq \
|
||||
--without-usb-csr \
|
||||
--without-dell-backlight \
|
||||
|
||||
make
|
||||
|
||||
make -C libhal DESTDIR=$SYSROOT_PREFIX install
|
||||
make -C libhal-storage DESTDIR=$SYSROOT_PREFIX install
|
||||
make DESTDIR=$SYSROOT_PREFIX install-pkgconfigDATA
|
@ -1,15 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install expat
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install udev
|
||||
$SCRIPTS/install dbus
|
||||
$SCRIPTS/install dbus-glib
|
||||
$SCRIPTS/install util-linux-ng
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libhal/.libs/libhal.so* $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libhal-storage/.libs/libhal-storage.so* $INSTALL/usr/lib
|
||||
rm -rf $INSTALL/usr/lib/libhal-storage.so*T
|
@ -1 +0,0 @@
|
||||
http://hal.freedesktop.org/releases/hal-0.5.14.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user