From 0787bcdf2ac4b6995eca6683a9e9ec4b7a0977c0 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Tue, 29 Dec 2020 03:49:27 +0000 Subject: [PATCH] usbutils: update to 013 Co-authored-by: CvH <1355173+CvH@users.noreply.github.com> --- packages/sysutils/usbutils/package.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/sysutils/usbutils/package.mk b/packages/sysutils/usbutils/package.mk index 3fbf40b17f..c57916f437 100644 --- a/packages/sysutils/usbutils/package.mk +++ b/packages/sysutils/usbutils/package.mk @@ -1,14 +1,20 @@ # SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv) PKG_NAME="usbutils" -PKG_VERSION="008" -PKG_SHA256="44741af0bae9d402a0ef160a29b2fa700bb656ab5e0a4b3343d51249c2a44c8c" +PKG_VERSION="013" +PKG_SHA256="9e23494fcc78b7a80ee29a07dd179c95ae2f71509c35728dbbabc2d1cca41338" PKG_LICENSE="GPL" 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() { + ./autogen.sh +} post_makeinstall_target() { rm -rf $INSTALL/usr/bin/lsusb.py