mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
usbutils: added 0.72
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2055 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
DESCRIPTION = "Host side USB console utilities."
|
||||||
|
SECTION = "base"
|
||||||
|
DEPENDS += "libusb"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
PRIORITY = "optional"
|
||||||
|
DEFAULT_PREFERENCE = "1"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user