mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
18 lines
671 B
BlitzBasic
18 lines
671 B
BlitzBasic
SUMMARY = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
inherit autotools
|
|
|
|
DEPENDS = "libusb1"
|
|
|
|
SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2"
|
|
SRC_URI[md5sum] = "e48d4419d0574d342bb183f7465556d0"
|
|
SRC_URI[sha256sum] = "4706c9cfe825263e189f55730ea3d1d8634aeb15645a1098532e946e770f7f95"
|
|
|
|
EXTRA_OEMAKE = "TCL=${bindir}/tclsh"
|
|
|
|
FILES_${PN} = "${bindir} ${sysconfdir} ${base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch"
|
|
RDEPENDS_${PN} = "tcl"
|
|
RRECOMMENDS_${PN} = "usb-modeswitch-data"
|