All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0
@ 2017-02-27 17:09 Baruch Siach
  2017-02-27 17:09 ` [Buildroot] [PATCH next 2/2] usb_modeswitch_data: bump to version 20170205 Baruch Siach
  2017-02-27 20:32 ` [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2017-02-27 17:09 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/usb_modeswitch/usb_modeswitch.hash | 2 +-
 package/usb_modeswitch/usb_modeswitch.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/usb_modeswitch/usb_modeswitch.hash b/package/usb_modeswitch/usb_modeswitch.hash
index 807b63f02310..b202e6353afd 100644
--- a/package/usb_modeswitch/usb_modeswitch.hash
+++ b/package/usb_modeswitch/usb_modeswitch.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	17dc32bf10df8e370f2369b5137d34dfd8f2347faaa51524c5f21c922f42e212	usb-modeswitch-2.4.0.tar.bz2
+sha256	31c0be280d49a99ec3dc0be3325bef320d9c04b50714ef0ce1e36a614d687633	usb-modeswitch-2.5.0.tar.bz2
diff --git a/package/usb_modeswitch/usb_modeswitch.mk b/package/usb_modeswitch/usb_modeswitch.mk
index e196db582de5..57996ab5f95e 100644
--- a/package/usb_modeswitch/usb_modeswitch.mk
+++ b/package/usb_modeswitch/usb_modeswitch.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-USB_MODESWITCH_VERSION = 2.4.0
+USB_MODESWITCH_VERSION = 2.5.0
 USB_MODESWITCH_SOURCE = usb-modeswitch-$(USB_MODESWITCH_VERSION).tar.bz2
 USB_MODESWITCH_SITE = http://www.draisberghof.de/usb_modeswitch
 USB_MODESWITCH_DEPENDENCIES = libusb
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH next 2/2] usb_modeswitch_data: bump to version 20170205
  2017-02-27 17:09 [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Baruch Siach
@ 2017-02-27 17:09 ` Baruch Siach
  2017-02-27 20:32 ` [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2017-02-27 17:09 UTC (permalink / raw)
  To: buildroot

Drop upstream patch.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/usb_modeswitch_data/0001-makefile.patch    | 28 ----------------------
 .../usb_modeswitch_data/usb_modeswitch_data.hash   |  2 +-
 package/usb_modeswitch_data/usb_modeswitch_data.mk |  2 +-
 3 files changed, 2 insertions(+), 30 deletions(-)
 delete mode 100644 package/usb_modeswitch_data/0001-makefile.patch

diff --git a/package/usb_modeswitch_data/0001-makefile.patch b/package/usb_modeswitch_data/0001-makefile.patch
deleted file mode 100644
index 28441fe00325..000000000000
--- a/package/usb_modeswitch_data/0001-makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Fixed Makefile install sections to not reload udev rules. In a 
-cross-compiler environment, it is not wanted to reload the host udev rules.
-
-Signed-off-by: J.C. Woltz <jwoltz@gmail.com>
-Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
---- a/Makefile	2013-06-10 22:32:53.000000000 +0200
-+++ b/Makefile	2013-06-11 10:38:03.181161401 +0200
-@@ -13,9 +13,9 @@
- clean:
- 	$(RM) 40-usb_modeswitch.rules
- 
--install: all files-install db-install rules-reload
-+install: all files-install db-install
- 
--install-packed: files-install db-install-packed rules-reload
-+install-packed: files-install db-install-packed
- 
- files-install: 
- 	install -d $(PREFIX)/share/usb_modeswitch
-@@ -54,7 +54,7 @@
- 		fi \
- 	fi
- 
--uninstall: files-uninstall rules-reload
-+uninstall: files-uninstall
- 
- files-uninstall:
- 	$(RM) $(RULESDIR)/40-usb_modeswitch.rules
diff --git a/package/usb_modeswitch_data/usb_modeswitch_data.hash b/package/usb_modeswitch_data/usb_modeswitch_data.hash
index 0df5475ea37c..e19fcac628fc 100644
--- a/package/usb_modeswitch_data/usb_modeswitch_data.hash
+++ b/package/usb_modeswitch_data/usb_modeswitch_data.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	d679a44a48b1d1f243fea6b4d2bd54e0e08010ff579dd81eaf698954c0c6dfa7	usb-modeswitch-data-20160112.tar.bz2
+sha256	e2dcfd9d28928d8d8f03381571a23442b3c50d48d343bc40a1a07d01662738d1	usb-modeswitch-data-20170205.tar.bz2
diff --git a/package/usb_modeswitch_data/usb_modeswitch_data.mk b/package/usb_modeswitch_data/usb_modeswitch_data.mk
index a0cbc126dfb8..6d75b3198310 100644
--- a/package/usb_modeswitch_data/usb_modeswitch_data.mk
+++ b/package/usb_modeswitch_data/usb_modeswitch_data.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-USB_MODESWITCH_DATA_VERSION = 20160112
+USB_MODESWITCH_DATA_VERSION = 20170205
 USB_MODESWITCH_DATA_SOURCE = usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION).tar.bz2
 USB_MODESWITCH_DATA_SITE = http://www.draisberghof.de/usb_modeswitch
 USB_MODESWITCH_DATA_DEPENDENCIES = usb_modeswitch
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0
  2017-02-27 17:09 [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Baruch Siach
  2017-02-27 17:09 ` [Buildroot] [PATCH next 2/2] usb_modeswitch_data: bump to version 20170205 Baruch Siach
@ 2017-02-27 20:32 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-02-27 20:32 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 27 Feb 2017 19:09:05 +0200, Baruch Siach wrote:
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/usb_modeswitch/usb_modeswitch.hash | 2 +-
>  package/usb_modeswitch/usb_modeswitch.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both patches applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-27 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 17:09 [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Baruch Siach
2017-02-27 17:09 ` [Buildroot] [PATCH next 2/2] usb_modeswitch_data: bump to version 20170205 Baruch Siach
2017-02-27 20:32 ` [Buildroot] [PATCH next 1/2] usb_modeswitch: bump to version 2.5.0 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.