a837478baf
* Update emulators, cores, and art book next theme. * Drop -Ofast, --disable-shared --enable-static as defaults. * Misc build fixes.
15 lines
563 B
Makefile
15 lines
563 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="usbutils"
|
|
PKG_VERSION="015"
|
|
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."
|
|
|
|
post_makeinstall_target() {
|
|
rm -rf ${INSTALL}/usr/bin/lsusb.py
|
|
rm -rf ${INSTALL}/usr/bin/usbhid-dump
|
|
}
|