Merge pull request #4975 from mglae/le10_usbutils_autotools

usbutils: use autotools toolchain
This commit is contained in:
CvH 2021-01-16 17:24:05 +01:00 committed by GitHub
commit 2540749295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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