diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-04-01 02:06:44 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-03-31 18:57:40 -0700 |
| commit | 28fe5881cf8963a11c6b7019ca8bb42fd029cf41 (patch) | |
| tree | 0793fbd383ea2cc41afb9d44d853b689abd1aa38 /meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb | |
| parent | efdb95f7097879c195484e7c277674d8046d5e1a (diff) | |
| download | meta-openembedded-28fe5881cf8963a11c6b7019ca8bb42fd029cf41.tar.gz | |
usb-modeswitch-data: upgrade 20170806 -> 20191128
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb')
| -rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb new file mode 100644 index 0000000000..938c0f9c26 --- /dev/null +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20191128.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Data files for usbmodeswitch" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 4 | |||
| 5 | inherit allarch | ||
| 6 | |||
| 7 | DEPENDS += "tcl-native" | ||
| 8 | |||
| 9 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" | ||
| 10 | SRC_URI[md5sum] = "e8fce7eb949cbe16c61fb71bade4cc17" | ||
| 11 | SRC_URI[sha256sum] = "3f039b60791c21c7cb15c7986cac89650f076dc274798fa242231b910785eaf9" | ||
| 12 | |||
| 13 | do_install() { | ||
| 14 | oe_runmake install DESTDIR=${D} | ||
| 15 | } | ||
| 16 | |||
| 17 | RDEPENDS_${PN} = "usb-modeswitch (>= 2.4.0)" | ||
| 18 | FILES_${PN} += "${base_libdir}/udev/rules.d/ \ | ||
| 19 | ${datadir}/usb_modeswitch" | ||
