[package] libusb: prevent building unused stuff
authorFlorian Fainelli <florian@openwrt.org>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
commitef532fd9bcda28a424dbbc8edfb18bd80020fa95
treee9c0f8759ea9efc1c7981f0702e8b03de3ab9a18
parent5d07d5ce5a0fc9a8e65ac76f0c13725d082e57c2
[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>
SVN-Revision: 25436
libs/libusb/patches/004-no_unused.patch [new file with mode: 0644]