diff options
| author | Marc Ferland <ferlandm@amotus.ca> | 2019-01-21 13:35:02 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-01-22 00:52:44 -0800 |
| commit | e9ed7ba6b3dcd16a421692e7c93505cfd1168b1b (patch) | |
| tree | 6b33c614c29bd3539e31e5ec56e5b35c853baadd | |
| parent | 463ce0cca621de265deba240d556d4d3d5ec6c2b (diff) | |
| download | meta-openembedded-e9ed7ba6b3dcd16a421692e7c93505cfd1168b1b.tar.gz | |
usb-modeswitch: upgrade to 2.5.2
Upgrade usb-swithmode to version 2.5.2 and the accompanying
usb-switchmode-data to 20170806.
Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb (renamed from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb) | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb (renamed from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb index eeed5e275d..6abd941680 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170205.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20170806.bb | |||
| @@ -7,8 +7,8 @@ inherit allarch | |||
| 7 | DEPENDS += "tcl-native" | 7 | DEPENDS += "tcl-native" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" | 9 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" |
| 10 | SRC_URI[md5sum] = "0cc107cd0c4c83df0d9400c999e21dfd" | 10 | SRC_URI[md5sum] = "fb50d15b52e909d742dd16f0a9882316" |
| 11 | SRC_URI[sha256sum] = "e2dcfd9d28928d8d8f03381571a23442b3c50d48d343bc40a1a07d01662738d1" | 11 | SRC_URI[sha256sum] = "ce413ef2a50e648e9c81bc3ea6110e7324a8bf981034fc9ec4467d3562563c2c" |
| 12 | 12 | ||
| 13 | do_install() { | 13 | do_install() { |
| 14 | oe_runmake install DESTDIR=${D} | 14 | oe_runmake install DESTDIR=${D} |
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb index ac0df8bab4..33e40b36b4 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.0.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.5.2.bb | |||
| @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | DEPENDS = "libusb1" | 5 | DEPENDS = "libusb1" |
| 6 | 6 | ||
| 7 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" | 7 | SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2" |
| 8 | SRC_URI[md5sum] = "38ad5c9d70e06227a00361bdc2b1e568" | 8 | SRC_URI[md5sum] = "16b9a8efa1bf8fbd7d5612757eae4f26" |
| 9 | SRC_URI[sha256sum] = "31c0be280d49a99ec3dc0be3325bef320d9c04b50714ef0ce1e36a614d687633" | 9 | SRC_URI[sha256sum] = "abffac09c87eacd78e101545967dc25af7e989745b4276756d45dbf4008a2ea6" |
| 10 | 10 | ||
| 11 | inherit pkgconfig systemd | 11 | inherit pkgconfig systemd |
| 12 | 12 | ||
