Merge pull request #2122 from loki666/h700-6.18.1

H700 6.18.1
This commit is contained in:
Philippe Simons
2025-12-16 14:56:07 +01:00
committed by GitHub
2 changed files with 16 additions and 4 deletions

View File

@@ -2,16 +2,25 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="strace"
PKG_VERSION="6.17"
PKG_SHA256="0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0"
PKG_LICENSE="BSD"
PKG_SITE="https://strace.io/"
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-cfg-libs"
case "${DEVICE}" in
H700)
PKG_VERSION="6.18"
PKG_SHA256="0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325"
;;
*)
PKG_VERSION="6.17"
PKG_SHA256="0a7c7bedc7efc076f3242a0310af2ae63c292a36dd4236f079e88a93e98cb9c0"
;;
esac
PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
fi

View File

@@ -31,7 +31,10 @@ case ${DEVICE} in
;;
*)
case ${DEVICE} in
S922X|SM8550|SM8250|H700|SM8650|RK3566|RK3399)
H700)
PKG_VERSION="6.18.1"
;;
S922X|SM8550|SM8250|SM8650|RK3566|RK3399)
PKG_VERSION="6.17.11"
;;
*)