b31ce30170
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
19 lines
734 B
Makefile
19 lines
734 B
Makefile
# 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="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="autotools"
|
|
|
|
post_makeinstall_target() {
|
|
rm -rf ${INSTALL}/usr/bin/lsusb.py
|
|
rm -rf ${INSTALL}/usr/bin/usbhid-dump
|
|
}
|