[package] libusb: prevent building unused stuff
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
commita7f4619820b74fa41d4bb7fc367820af30407e01
treee9c0f8759ea9efc1c7981f0702e8b03de3ab9a18
parentd125706f9783b04202ef21a6bfcda60f7e6c5ca8
[package] libusb: prevent building unused stuff

This patch prevents the processing of the 'doc' and 'tests'
subdirectories of the libusb package. Since the result of building these
directories is never included in the ipkg package, omitting them saves
compilation time and avoids possible errors if building the docs fails
because of some openjade error (as it happened in my case).

This is my first contribution to the list, so please tell me if
something's wrong or if I could do smth better next time :-)

Signed-off-by: Joachim Schlipper <jschlipper@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25436 3c298f89-4303-0410-b956-a3cf2f4a3e73
libs/libusb/patches/004-no_unused.patch [new file with mode: 0644]