mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
usbutils: update to usbutils-008, this dont needs usb.ids anymore and uses udev's hwdb
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
714345e1d0
commit
9c7192373c
File diff suppressed because it is too large
Load Diff
@ -17,13 +17,13 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="usbutils"
|
PKG_NAME="usbutils"
|
||||||
PKG_VERSION="007"
|
PKG_VERSION="008"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.linux-usb.org/"
|
PKG_SITE="http://www.linux-usb.org/"
|
||||||
PKG_URL="http://kernel.org/pub/linux/utils/usb/usbutils/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://kernel.org/pub/linux/utils/usb/usbutils/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib libusb"
|
PKG_DEPENDS_TARGET="toolchain libusb systemd"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
PKG_SECTION="system"
|
||||||
PKG_SHORTDESC="usbutils: Linux USB Utilities"
|
PKG_SHORTDESC="usbutils: Linux USB Utilities"
|
||||||
@ -32,13 +32,7 @@ PKG_LONGDESC="This package contains various utilities for inspecting and setting
|
|||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="yes"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
rm -rf $INSTALL/usr/bin/lsusb.py
|
||||||
cp -f usbutils.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
rm -rf $INSTALL/usr/bin/usbhid-dump
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -P lsusb $INSTALL/usr/bin
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/share
|
|
||||||
cp $PKG_DIR/config/usb.ids $INSTALL/usr/share
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user