package/opkg: disable tests and manpages
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 13 Dec 2014 13:28:27 +0000 (14:28 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 13 Dec 2014 21:35:25 +0000 (22:35 +0100)
commitfd498f6221f349474929b0e19e55797be0932fbe
tree2e3665369b1bd4e83ea0b15e170701d5c9d6d454
parentb08c503b244d371159082ab540fd17df09b4fc2e
package/opkg: disable tests and manpages

Changeset f1d3e09 (Build shared libraries only as the default) broke the
opkg package.

opkg wants to link its testsuite statically with the internal libopkg.
But in a shared-only build, there is no static library.

Since for Buildroot we do not care about tests, just disable them.

Fixes numerous build failures;
    http://autobuild.buildroot.net/results/ddf/ddf4b38c1df73b00b76be71db3f1eb8b1d932c55/
    http://autobuild.buildroot.net/results/c1c/c1c9a21b6583c9ef3ddd32681bb13cf91a218e8c/
    http://autobuild.buildroot.net/results/284/284bf7d6f9cebf8633143ca1ce15154de941805f/
    ...

Disable manpages at the same time.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/opkg/0001-no-tests-no-man.patch [new file with mode: 0644]