mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-05-06 19:37:34 +02:00
Makefile: add opkg-feed to UTILS
* Add the opkg-feed script to UTILS so that it is installed with a `make install`. * Clean up the UTILS variable declaration to be a little more diffable. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
This commit is contained in:
committed by
Alejandro del Castillo
parent
1cf7cc5e6b
commit
5e733dff52
17
Makefile
17
Makefile
@@ -1,6 +1,17 @@
|
||||
UTILS = opkg-build opkg-unbuild opkg-make-index opkg.py opkg-list-fields \
|
||||
arfile.py opkg-buildpackage opkg-diff opkg-extract-file opkg-show-deps \
|
||||
opkg-compare-indexes update-alternatives
|
||||
UTILS = \
|
||||
arfile.py \
|
||||
opkg-build \
|
||||
opkg-buildpackage \
|
||||
opkg-compare-indexes \
|
||||
opkg-diff \
|
||||
opkg-extract-file \
|
||||
opkg-feed \
|
||||
opkg-list-fields \
|
||||
opkg-make-index \
|
||||
opkg-show-deps \
|
||||
opkg-unbuild \
|
||||
opkg.py \
|
||||
update-alternatives
|
||||
|
||||
MANPAGES = opkg-build.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user