mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #5775 from heitbaum/fixsha
system-tools: update sha and htop arm pthread issue
This commit is contained in:
commit
d3745e7546
@ -14,3 +14,7 @@ PKG_BUILD_FLAGS="-sysroot"
|
|||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-unicode \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-unicode \
|
||||||
HTOP_NCURSES_CONFIG_SCRIPT=ncurses-config"
|
HTOP_NCURSES_CONFIG_SCRIPT=ncurses-config"
|
||||||
|
|
||||||
|
pre_configure_target() {
|
||||||
|
export LDFLAGS="${LDFLAGS} -pthread"
|
||||||
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="i2c-tools"
|
PKG_NAME="i2c-tools"
|
||||||
PKG_VERSION="4.3"
|
PKG_VERSION="4.3"
|
||||||
PKG_SHA256="6db1a5f2743d97900f5fdb085f66d5153322b1eff9e67c2580610aa280e05d59"
|
PKG_SHA256="1f899e43603184fac32f34d72498fc737952dbc9c97a8dd9467fadfdf4600cf9"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
|
PKG_SITE="https://i2c.wiki.kernel.org/index.php/I2C_Tools"
|
||||||
PKG_URL="https://www.kernel.org/pub/software/utils/i2c-tools/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://www.kernel.org/pub/software/utils/i2c-tools/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||||
|
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
PKG_NAME="stress-ng"
|
PKG_NAME="stress-ng"
|
||||||
PKG_VERSION="0.13.05"
|
PKG_VERSION="0.13.05"
|
||||||
PKG_SHA256="f058c8fba37596ab32c3a4b2aedbdbf5f2b8a8ba1d312059e733290543ad00ac"
|
PKG_SHA256="3de49e1100866634f549e99c1644283d0cde817b844a69dcf7f80afa2227d350"
|
||||||
PKG_LICENSE="GPLv2"
|
PKG_LICENSE="GPLv2"
|
||||||
PKG_SITE="https://github.com/ColinIanKing/stress-ng"
|
PKG_SITE="https://github.com/ColinIanKing/stress-ng"
|
||||||
PKG_URL="https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-${PKG_VERSION}.tar.xz"
|
PKG_URL="https://github.com/ColinIanKing/stress-ng/archive/refs/tags/V${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib"
|
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib"
|
||||||
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
|
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
|
||||||
PKG_BUILD_FLAGS="-sysroot"
|
PKG_BUILD_FLAGS="-sysroot"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user