summaryrefslogtreecommitdiffhomepage
path: root/groups/010.host_deps.group
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-06 17:33:18 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-06 17:33:18 +0100
commitc355b5fcb2cea90564d8aec2d2ba1c82bc11c4e4 (patch)
tree6691af58045787b7c49cfd16120730a7fc307322 /groups/010.host_deps.group
parent1b582a55f21155ff13b9a0883e563d9626ef4646 (diff)
downloadmidipix_build-c355b5fcb2cea90564d8aec2d2ba1c82bc11c4e4.tar.bz2
midipix_build-c355b5fcb2cea90564d8aec2d2ba1c82bc11c4e4.tar.xz
groups/010.host_deps.group: adds util_linux_host v2.34 (via Redfoxmoon.)
Diffstat (limited to 'groups/010.host_deps.group')
-rw-r--r--groups/010.host_deps.group8
1 files changed, 7 insertions, 1 deletions
diff --git a/groups/010.host_deps.group b/groups/010.host_deps.group
index addc6a0c..7dd770d6 100644
--- a/groups/010.host_deps.group
+++ b/groups/010.host_deps.group
@@ -15,7 +15,8 @@ file_host flex_host gdb_host gdbm_host glib_host gperf_host infounzip_host
infozip_host intltool_host libffi_host libreadline_host libressl_host
libz_host libzip_host llvm_host mdso_host mpackage_host musl_fts_host
ncurses_host ncursestw_host ncursesw_host pcre_host perk_host python2_host
-python3_host ruby_host sqlite3_host texinfo_host tzdb_host xz_host";
+python3_host ruby_host sqlite3_host texinfo_host tzdb_host util_linux_host
+xz_host";
HOST_DEPS_PREFIX="${PREFIX}";
: ${PKG_BISON_HOST_SHA256SUM:=55e4a023b1b4ad19095a5f8279f0dc048fa29f970759cea83224a6d5e7a3a641};
: ${PKG_BISON_HOST_VERSION:=3.5};
@@ -217,6 +218,11 @@ HOST_DEPS_PREFIX="${PREFIX}";
: ${PKG_TZDB_HOST_VERSION:=2018e};
: ${PKG_TZDB_HOST_URL:=https://data.iana.org/time-zones/releases/tzdb-${PKG_TZDB_HOST_VERSION}.tar.lz};
: ${PKG_TZDB_HOST_BUILD_DIR:="tzdb-${PKG_TZDB_HOST_VERSION}"};
+: ${PKG_UTIL_LINUX_HOST_DEPENDS:="ncursesw_host"};
+: ${PKG_UTIL_LINUX_HOST_SHA256SUM:=b62c92e5e1629642113cd41cec1ee86d1ee7e36b8ffe8ec3ac89c11797e9ac25};
+: ${PKG_UTIL_LINUX_HOST_VERSION:=2.34};
+: ${PKG_UTIL_LINUX_HOST_URL:=https://www.kernel.org/pub/linux/utils/util-linux/v${PKG_UTIL_LINUX_HOST_VERSION}/util-linux-${PKG_UTIL_LINUX_HOST_VERSION}.tar.gz};
+: ${PKG_UTIL_LINUX_HOST_CONFIGURE_ARGS_EXTRA:="--disable-all-programs --enable-libuuid"};
: ${PKG_XZ_HOST_SHA256SUM:=73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2};
: ${PKG_XZ_HOST_VERSION:=5.2.2};
: ${PKG_XZ_HOST_URL:=https://github.com/xz-mirror/xz/releases/download/v${PKG_XZ_HOST_VERSION}/xz-${PKG_XZ_HOST_VERSION}.tar.gz};