[oe-commits] Koen Kooi : usb-modeswitch-data: add 20110805

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


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

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

usb-modeswitch-data: add 20110805

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

---

 .../usb-modeswitch/usb-modeswitch-data_20110805.bb |   21 ++++++++++++++++++++
 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 0000000..afb9574
--- /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"





More information about the Openembedded-commits mailing list