libusb: prevent building unused stuff
authorFlorian Fainelli <[email protected]>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
committerFlorian Fainelli <[email protected]>
Wed, 9 Feb 2011 20:36:29 +0000 (20:36 +0000)
commit0b13ba475d53f8b58ac477e518d36af994c612d0
tree2547daec6647e4f681f4b9c07c2b98c0dd7674ff
parentb99424aaaa5beb1c9cf7a1c0c183aa54bed677e4
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 <[email protected]>
SVN-Revision: 25436
libs/libusb/patches/004-no_unused.patch [new file with mode: 0644]