summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorTom Hayward <tom@harbortronics.com>2017-02-28 07:15:53 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-04 12:38:52 +0100
commitfcd985180b79a8bed177ec9c73d0ab3b25a15eb8 (patch)
tree5f52a871c106efafb7c8026cf87c5af34b583ddc /meta-oe/recipes-support
parentfc801961457fe2fbb24973bb43b302ad46044cb8 (diff)
downloadmeta-openembedded-fcd985180b79a8bed177ec9c73d0ab3b25a15eb8.tar.gz
usb-modeswitch and usb-modeswitch-data: update to 2.5.0 and 20170205 respectively.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb (renamed from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb)6
-rw-r--r--meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb (renamed from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb)4
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb
index a265411c1..042cd383b 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5inherit allarch 5inherit allarch
6 6
7SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" 7SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
8SRC_URI[md5sum] = "dff94177781298aaf0b3c2a3c3dea6b2" 8SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd"
9SRC_URI[sha256sum] = "53889157937109e04dafe897c098ec94f3f44f9c0c83fc6ec8417aa9a587e536" 9SRC_URI[sha256sum] = "e2dcfd9d28928d8d8f03381571a23442b3c50d48d343bc40a1a07d01662738d1"
10 10
11do_install() { 11do_install() {
12 oe_runmake install DESTDIR=${D} 12 oe_runmake install DESTDIR=${D}
13} 13}
14 14
15RDEPENDS_${PN} = "usb-modeswitch (>= 2.2.0)" 15RDEPENDS_${PN} = "usb-modeswitch (>= 2.4.0)"
16FILES_${PN} += "${base_libdir}/udev/rules.d/ \ 16FILES_${PN} += "${base_libdir}/udev/rules.d/ \
17 ${datadir}/usb_modeswitch" 17 ${datadir}/usb_modeswitch"
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb
index 0c548d8ba..ff439f321 100644
--- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb
+++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5DEPENDS = "libusb1" 5DEPENDS = "libusb1"
6 6
7SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" 7SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
8SRC_URI[md5sum] = "f323fe700edd6ea404c40934ddf32b22" 8SRC_URI[md5sum] = "38ad5c9d70e06227a00361bdc2b1e568"
9SRC_URI[sha256sum] = "2752103de171ed5f6c8d6a6e3e73e16c9ee3e8e394dd39c5991f7680eb908a3a" 9SRC_URI[sha256sum] = "31c0be280d49a99ec3dc0be3325bef320d9c04b50714ef0ce1e36a614d687633"
10 10
11inherit pkgconfig 11inherit pkgconfig
12 12