aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/usbutils/usbutils_0.73.bb
blob: 3ec4ade1074e99e7d3f42d2925b7d14d725bd9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Host side USB console utilities."
SECTION = "base"
DEPENDS += "libusb-compat"
LICENSE = "GPL"
PRIORITY = "optional"
DEFAULT_PREFERENCE = "1"

PR = "r0"

SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz \
	  "
S = "${WORKDIR}/usbutils-${PV}"

inherit autotools

EXTRA_OECONF = "--program-prefix="
sbindir = "/sbin"
bindir = "/bin"

FILES_${PN} += "${datadir}/usb*"

do_configure_prepend() {
	rm -rf ${S}/libusb
}