mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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: Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8abb5b33c1
commit
4eb64b232c
@ -1,9 +1,6 @@
|
|||||||
config BR2_PACKAGE_USB_MODESWITCH_DATA
|
config BR2_PACKAGE_USB_MODESWITCH_DATA
|
||||||
bool "usb_modeswitch_data"
|
bool "usb_modeswitch_data"
|
||||||
select BR2_PACKAGE_USB_MODESWITCH
|
select BR2_PACKAGE_USB_MODESWITCH
|
||||||
# tcl is a runtime dependency
|
|
||||||
select BR2_PACKAGE_TCL
|
|
||||||
select BR2_PACKAGE_TCL_TCLSH
|
|
||||||
help
|
help
|
||||||
USB mode switch data
|
USB mode switch data
|
||||||
Contains udev rules and events to allow usb_modeswitch to
|
Contains udev rules and events to allow usb_modeswitch to
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
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:
|
|
@ -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.
|
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: J.C. Woltz <jwoltz@gmail.com>
|
||||||
--- usb_modeswitch_data-20120120.orig/Makefile 2012-01-20 17:25:32.000000000 -0500
|
Signed-off-by: Patrick Ziegler <patrick.ziegler@fh-kl.de>
|
||||||
+++ usb_modeswitch_data-20120120/Makefile 2012-02-06 14:20:47.000000000 -0500
|
--- a/Makefile 2013-06-10 22:32:53.000000000 +0200
|
||||||
@@ -12,9 +12,9 @@
|
+++ b/Makefile 2013-06-11 10:38:03.181161401 +0200
|
||||||
|
@@ -13,9 +13,9 @@
|
||||||
clean:
|
clean:
|
||||||
|
$(RM) 40-usb_modeswitch.rules
|
||||||
|
|
||||||
-install: files-install db-install rules-reload
|
-install: all files-install db-install rules-reload
|
||||||
+install: files-install db-install
|
+install: all files-install db-install
|
||||||
|
|
||||||
-install-packed: files-install db-install-packed rules-reload
|
-install-packed: files-install db-install-packed rules-reload
|
||||||
+install-packed: files-install db-install-packed
|
+install-packed: files-install db-install-packed
|
||||||
|
|
||||||
files-install:
|
files-install:
|
||||||
install -d $(PREFIX)/share/usb_modeswitch
|
install -d $(PREFIX)/share/usb_modeswitch
|
||||||
@@ -50,7 +50,7 @@
|
@@ -54,7 +54,7 @@
|
||||||
fi \
|
fi \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -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_SOURCE = usb-modeswitch-data-$(USB_MODESWITCH_DATA_VERSION).tar.bz2
|
||||||
USB_MODESWITCH_DATA_SITE = http://www.draisberghof.de/usb_modeswitch
|
USB_MODESWITCH_DATA_SITE = http://www.draisberghof.de/usb_modeswitch
|
||||||
USB_MODESWITCH_DATA_DEPENDENCIES = usb_modeswitch
|
USB_MODESWITCH_DATA_DEPENDENCIES = usb_modeswitch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user