mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4975 from mglae/le10_usbutils_autotools
usbutils: use autotools toolchain
This commit is contained in:
commit
2540749295
@ -10,11 +10,7 @@ PKG_SITE="http://www.linux-usb.org/"
|
||||
PKG_URL="http://kernel.org/pub/linux/utils/usb/usbutils/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS_TARGET="toolchain libusb systemd"
|
||||
PKG_LONGDESC="This package contains various utilities for inspecting and setting of devices connected to the USB bus."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
||||
pre_configure_target() {
|
||||
do_autoreconf
|
||||
}
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/bin/lsusb.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user