diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-17 15:27:17 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-17 15:27:17 +0200 |
| commit | 9c818e94df1a2fd8087c754fc79dbc34a776bab3 (patch) | |
| tree | 136478319bbfdde255a4ee260076c0b8158c8b73 | |
| parent | 3b4eaac526aba9ac627e19186c3cd1a90a930a9b (diff) | |
| download | meta-openembedded-9c818e94df1a2fd8087c754fc79dbc34a776bab3.tar.gz | |
usb-modeswitch-data: add 20110805
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-support/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 0000000000..afb95741f6 --- /dev/null +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20110805.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "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 | " | ||
| 9 | SRC_URI[md5sum] = "0ed8a28f8efd3177a128ecd46fc8bf9f" | ||
| 10 | SRC_URI[sha256sum] = "9453fae3af30974297946de0442f539a0bae46f06c1e97921d63d6f91a19139b" | ||
| 11 | |||
| 12 | do_install() { | ||
| 13 | oe_runmake install DESTDIR=${D} | ||
| 14 | } | ||
| 15 | |||
| 16 | DEPENDS_${PN} = "\ | ||
| 17 | usb-modeswitch \ | ||
| 18 | tcl \ | ||
| 19 | " | ||
| 20 | FILES_${PN} += "${base_libdir}/udev/rules.d/ \ | ||
| 21 | ${datadir}/usb_modeswitch" | ||
