diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-06 21:50:52 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-06 21:55:30 +0200 |
commit | 6caec6f3b3aecf41c3a051ffa4b5d9a2e41775ca (patch) | |
tree | ee524c8c2efa437c3214fcb83fcdfeb50cf88420 /package/usb_modeswitch/usb_modeswitch-nostrip.patch | |
parent | e237c9935796445434a7888b9fe2aa84e3e7975a (diff) | |
download | buildroot-novena-6caec6f3b3aecf41c3a051ffa4b5d9a2e41775ca.tar.gz buildroot-novena-6caec6f3b3aecf41c3a051ffa4b5d9a2e41775ca.zip |
usb_modeswitch: use GENTARGETS instead of AUTOTARGETS
usb_modeswitch build system is just a simple Makefile, so the
GENTARGETS infrastructure is more appropriate than the AUTOTARGETS
infrastructure. The build system is slightly fixed through a small
patch, that replaces the previous "nostrip" patch.
The latest version of usb_modeswitch is 1.1.1, but it now relies on
udev and requires TCL to operate. Someone actually using
usb_modeswitch would probably be at a better place to do this version
bump.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/usb_modeswitch/usb_modeswitch-nostrip.patch')
-rw-r--r-- | package/usb_modeswitch/usb_modeswitch-nostrip.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/usb_modeswitch/usb_modeswitch-nostrip.patch b/package/usb_modeswitch/usb_modeswitch-nostrip.patch deleted file mode 100644 index 3bb8e8d38..000000000 --- a/package/usb_modeswitch/usb_modeswitch-nostrip.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nura usb_modeswitch-1.0.1/Makefile usb_modeswitch-1.0.1.nostrip/Makefile ---- usb_modeswitch-1.0.1/Makefile 2009-04-15 16:15:17.000000000 -0300 -+++ usb_modeswitch-1.0.1.nostrip/Makefile 2009-06-10 10:02:05.000000000 -0300 -@@ -13,7 +13,6 @@ - all: $(PROG) - $(PROG): $(OBJS) - $(CC) $(CCFLAGS) -o $(PROG) $(OBJS) -- $(STRIP) $(PROG) - - clean: - $(RM) ./usb_modeswitch |