[oe-commits] Koen Kooi : usb-modeswitch: add 1.1.9

git version control git at git.openembedded.org
Mon Sep 19 07:25:06 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: f18e72b87404fa35b451e8a47d197e61a1b3973f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f18e72b87404fa35b451e8a47d197e61a1b3973f

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sat Sep 17 15:31:25 2011 +0200

usb-modeswitch: add 1.1.9

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../usb-modeswitch/usb-modeswitch_1.1.9.bb         |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.1.9.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.1.9.bb
new file mode 100644
index 0000000..7a1551e
--- /dev/null
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_1.1.9.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "virtual/libusb0"
+
+SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2 \
+           "
+SRC_URI[md5sum] = "76f6978f18cac41f269a346a5d0f1052"
+SRC_URI[sha256sum] = "cb9794135e28e0a7984aab8e7bcc8c3f8a8f4aa9d2f024fa81b0b2a926fc0219"
+
+do_install() {
+	sed -i 's: -s : :g' Makefile
+	oe_runmake install DESTDIR=${D}
+}
+
+FILES_${PN} = "${bindir} ${sysconfdir} ${base_libdir}/udev/usb_modeswitch ${sbindir}"
+RRECOMMENDS_${PN} = "usb-modeswitch-data"





More information about the Openembedded-commits mailing list