Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Host side USB console utilities" |
| 2 | DESCRIPTION = "Contains the lsusb utility for inspecting the devices connected to the USB bus." |
| 3 | HOMEPAGE = "http://www.linux-usb.org" |
| 4 | SECTION = "base" |
| 5 | |
| 6 | LICENSE = "GPLv2+" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | |
| 9 | DEPENDS = "libusb zlib virtual/libiconv systemd" |
| 10 | |
| 11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz \ |
| 12 | file://usb-devices-avoid-dependency-on-bash.patch \ |
| 13 | file://Fix-NULL-pointer-crash.patch \ |
| 14 | file://iconv.patch \ |
| 15 | " |
| 16 | |
| 17 | SRC_URI[md5sum] = "cb20148c2e784577e924a7b4c560c8fb" |
| 18 | SRC_URI[sha256sum] = "6d5f16c2961df37e22e492c736a3e162a8fde24480f23a40d85f79af80d3fe95" |
| 19 | |
| 20 | inherit autotools gettext pkgconfig distro_features_check |
| 21 | # This version of usbutils relies on the udev from systemd, so unless |
| 22 | # we can decouple udev from system, we require systemd for now. |
| 23 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 24 | |
| 25 | FILES_${PN}-dev += "${datadir}/pkgconfig" |
| 26 | |
| 27 | RDEPENDS_${PN} = "libudev" |
| 28 | RDEPENDS_${PN}-ptest = "libboost-system libboost-thread" |