Commit 4eb64b23 authored by Patrick Ziegler's avatar Patrick Ziegler Committed by Peter Korsgaard
Browse files

usb_modeswitch_data: bump to version 20130610



Remove 'usb_modeswitch_data-fix-parallel-install.patch' because it was merged
upstream.

Remove dependency on Tcl because the dispatcher script has been moved to
usb_modeswitch package.

Signed-off-by: default avatarPatrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 8abb5b33
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
config BR2_PACKAGE_USB_MODESWITCH_DATA
	bool "usb_modeswitch_data"
	select BR2_PACKAGE_USB_MODESWITCH
	# tcl is a runtime dependency
	select BR2_PACKAGE_TCL
	select BR2_PACKAGE_TCL_TCLSH
	help
	  USB mode switch data
	  Contains udev rules and events to allow usb_modeswitch to
+0 −17
Original line number Diff line number Diff line
Properly create the directory before creating it so that parallel
install work fine.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@
 	install -D --mode=644 40-usb_modeswitch.rules $(RULESDIR)/40-usb_modeswitch.rules
 
 db-install:
+	install -d $(PREFIX)/share/usb_modeswitch
 	install --mode=644 -t $(PREFIX)/share/usb_modeswitch ./usb_modeswitch.d/*
 
 db-install-packed:
+9 −8
Original line number Diff line number Diff line
@@ -2,21 +2,22 @@ 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>
--- usb_modeswitch_data-20120120.orig/Makefile	2012-01-20 17:25:32.000000000 -0500
+++ usb_modeswitch_data-20120120/Makefile	2012-02-06 14:20:47.000000000 -0500
@@ -12,9 +12,9 @@
 
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: files-install db-install rules-reload
+install: files-install db-install
-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
@@ -50,7 +50,7 @@
@@ -54,7 +54,7 @@
 		fi \
 	fi
 
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
################################################################################

USB_MODESWITCH_DATA_VERSION = 20121109
USB_MODESWITCH_DATA_VERSION = 20130610
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