diff options
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb new file mode 100644 index 0000000000..34855234b2 --- /dev/null +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 4 | |||
| 5 | inherit autotools | ||
| 6 | |||
| 7 | DEPENDS = "libusb1" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "e48d4419d0574d342bb183f7465556d0" | ||
| 11 | SRC_URI[sha256sum] = "4706c9cfe825263e189f55730ea3d1d8634aeb15645a1098532e946e770f7f95" | ||
| 12 | |||
| 13 | EXTRA_OEMAKE = "TCL=${bindir}/tclsh" | ||
| 14 | |||
| 15 | FILES_${PN} = "${bindir} ${sysconfdir} ${base_libdir}/udev/usb_modeswitch ${sbindir} ${localstatedir}/lib/usb_modeswitch" | ||
| 16 | RDEPENDS_${PN} = "tcl" | ||
| 17 | RRECOMMENDS_${PN} = "usb-modeswitch-data" | ||
