aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb')
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb
new file mode 100644
index 0000000000..bf3249f264
--- /dev/null
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20120120.bb
@@ -0,0 +1,17 @@
+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] = "c899cc9c71bb35f3ec600b7cd1455c65"
+SRC_URI[sha256sum] = "bce6b8cbbf293fe519584b63815fe7f665e8238e6e138151d8cf7cc85a7a7b0f"
+
+do_install() {
+ oe_runmake install DESTDIR=${D}
+}
+
+RDEPENDS_${PN} = "usb-modeswitch"
+FILES_${PN} += "${base_libdir}/udev/rules.d/ \
+ ${datadir}/usb_modeswitch"