package/opkg-utils: install only utility scripts
authorRyan Barnett <ryan.barnett@rockwellcollins.com>
Fri, 12 Mar 2021 20:05:28 +0000 (14:05 -0600)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 13 Mar 2021 07:28:02 +0000 (08:28 +0100)
commit0424eee0ee63e6ad85f3ce8ec24d1bb23088fd02
treecb8d96ab363771b325e4ca9fc40e963193dbdec9
parent8a99b47ec2606141560ddba769ad8d1d35baf252
package/opkg-utils: install only utility scripts

When `make install` is run to install the opkg-utils scripts, it also
invokes building of the man page for opkg-build. The generation of the
man page requires `pod2man` executable which is a part of perl.

Since buildroot does not support man pages in the host directory,
patch the opkg-utils Makefile to separate the installation of man
pages and utility scripts.

With the options to install man pages and utils separately, only
install the opkg-utils scripts.

Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/opkg-utils/0001-Makefile-seperate-manpages-and-utils-install.patch [new file with mode: 0644]
package/opkg-utils/opkg-utils.mk