diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-support/usb-modeswitch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch')
-rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb | 17 | ||||
-rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb new file mode 100644 index 0000000000..e33f29679a --- /dev/null +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Data files for usbmodeswitch" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | |||
5 | inherit allarch | ||
6 | |||
7 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2" | ||
8 | SRC_URI[md5sum] = "91feff51deba6e48e78506b8f4db2274" | ||
9 | SRC_URI[sha256sum] = "a3114e2c1f38eed3ad0067df30e53a96313908a9539a8ea5d94a4d35651699eb" | ||
10 | |||
11 | do_install() { | ||
12 | oe_runmake install DESTDIR=${D} | ||
13 | } | ||
14 | |||
15 | RDEPENDS_${PN} = "usb-modeswitch" | ||
16 | FILES_${PN} += "${base_libdir}/udev/rules.d/ \ | ||
17 | ${datadir}/usb_modeswitch" | ||
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..92d1ac473f --- /dev/null +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "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" | ||