build-essential: move util-linux to depends

This commit is contained in:
Leonid Pliushch 2019-05-15 16:17:43 +03:00
parent c09aa270b9
commit bbe0409613
1 changed files with 3 additions and 3 deletions

View File

@ -9,17 +9,17 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=yes
#
# Common utilities for various build systems:
#
# autoconf, automake, bison, clang, cmake, flex, gperf, libtool, m4, make, ninja, pkg-config
# autoconf, automake, bison, clang, cmake, flex, gperf, libtool, m4, make, ninja, pkg-config, util-linux
#
# These packages replace busybox's applets:
#
# bc, bzip2, coreutils, diffutils, ed, findutils, gawk, grep, gzip, lzip, lzop, patch, procps, psmisc, sed, tar, xz-utils
#
TERMUX_PKG_DEPENDS="autoconf, automake, bison, clang, cmake, flex, gperf, libtool, m4, make, ninja, pkg-config, bc, bzip2, coreutils, diffutils, ed, findutils, gawk, grep, gzip, lzip, lzop, patch, procps, psmisc, sed, tar, xz-utils"
TERMUX_PKG_DEPENDS="autoconf, automake, bison, clang, cmake, flex, gperf, libtool, m4, make, ninja, pkg-config, bc, bzip2, coreutils, diffutils, ed, findutils, gawk, grep, gzip, lzip, lzop, patch, procps, psmisc, sed, tar, util-linux, xz-utils"
# Other packages that may be interesting.
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python-dev, python2-dev, ruby-dev, rust, subversion, util-linux"
TERMUX_PKG_SUGGESTS="git, golang, nodejs, patchelf, proot, python-dev, python2-dev, ruby-dev, rust, subversion"
termux_step_post_massage() {
cd "$TERMUX_PKG_MASSAGEDIR"