diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-19 10:23:09 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-20 00:41:03 +0100 |
| commit | 51bc911a4fc4b9d6ad6684d8ea360fdb8449c608 (patch) | |
| tree | 6b1daf443e8c1d9ba517b6d83e26a8100be01049 /package/usb_modeswitch_data/0001-makefile.patch | |
| parent | f1d8f86f1962b6c0a59ea139aebd3acbc35efce9 (diff) | |
| download | buildroot-51bc911a4fc4b9d6ad6684d8ea360fdb8449c608.tar.gz buildroot-51bc911a4fc4b9d6ad6684d8ea360fdb8449c608.zip | |
usb_modeswitch_data: bump to version 20150115
Also add hash file, and rename patch to new naming convention.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/usb_modeswitch_data/0001-makefile.patch')
| -rw-r--r-- | package/usb_modeswitch_data/0001-makefile.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/usb_modeswitch_data/0001-makefile.patch b/package/usb_modeswitch_data/0001-makefile.patch new file mode 100644 index 0000000000..28441fe003 --- /dev/null +++ b/package/usb_modeswitch_data/0001-makefile.patch @@ -0,0 +1,28 @@ +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 |

