aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb')
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb
new file mode 100644
index 0000000000..afb95741f6
--- /dev/null
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Data files for usbmodeswitch"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+inherit allarch
+
+SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2 \
+ "
+SRC_URI[md5sum] = "0ed8a28f8efd3177a128ecd46fc8bf9f"
+SRC_URI[sha256sum] = "9453fae3af30974297946de0442f539a0bae46f06c1e97921d63d6f91a19139b"
+
+do_install() {
+ oe_runmake install DESTDIR=${D}
+}
+
+DEPENDS_${PN} = "\
+ usb-modeswitch \
+ tcl \
+"
+FILES_${PN} += "${base_libdir}/udev/rules.d/ \
+ ${datadir}/usb_modeswitch"