Merge pull request #6672 from heitbaum/misc

Miscellaneous package updates
This commit is contained in:
CvH 2022-07-02 14:14:22 +02:00 committed by GitHub
commit a3ea55cb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 11 deletions

View File

@ -3,9 +3,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="sqlite" PKG_NAME="sqlite"
PKG_VERSION="3.38.5" PKG_VERSION="3.39.0"
PKG_VERSION_SQLITE="${PKG_VERSION/./}00" PKG_VERSION_SQLITE="${PKG_VERSION/./}00"
PKG_SHA256="5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c" PKG_SHA256="e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2"
PKG_LICENSE="PublicDomain" PKG_LICENSE="PublicDomain"
PKG_SITE="https://www.sqlite.org/" PKG_SITE="https://www.sqlite.org/"
PKG_URL="https://www.sqlite.org/2022/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz" PKG_URL="https://www.sqlite.org/2022/${PKG_NAME}-autoconf-${PKG_VERSION_SQLITE/./0}.tar.gz"

View File

@ -42,11 +42,13 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true make MAKEINFO=true
} }
makeinstall_host() { makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C bfd install # fix parallel build with libctf requiring bfd make -C bfd install # fix parallel build with libctf requiring bfd
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true install make MAKEINFO=true install
} }

View File

@ -42,11 +42,13 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true make MAKEINFO=true
} }
makeinstall_host() { makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C bfd install # fix parallel build with libctf requiring bfd make -C bfd install # fix parallel build with libctf requiring bfd
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true install make MAKEINFO=true install
} }

View File

@ -42,11 +42,13 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true make MAKEINFO=true
} }
makeinstall_host() { makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C bfd install # fix parallel build with libctf requiring bfd make -C bfd install # fix parallel build with libctf requiring bfd
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true install make MAKEINFO=true install
} }

View File

@ -56,12 +56,14 @@ pre_configure_host() {
make_host() { make_host() {
make configure-host make configure-host
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true make MAKEINFO=true
} }
makeinstall_host() { makeinstall_host() {
cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include cp -v ../include/libiberty.h ${SYSROOT_PREFIX}/usr/include
make -C bfd install # fix parallel build with libctf requiring bfd make -C bfd install # fix parallel build with libctf requiring bfd
# override the makeinfo binary with true - this does not build the documentation
make MAKEINFO=true install make MAKEINFO=true install
} }

View File

@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="flatbuffers" PKG_NAME="flatbuffers"
PKG_VERSION="2.0.0" PKG_VERSION="2.0.6"
PKG_SHA256="9ddb9031798f4f8754d00fca2f1a68ecf9d0f83dfac7239af1311e4fd9a565c4" PKG_SHA256="e2dc24985a85b278dd06313481a9ca051d048f9474e0f199e372fea3ea4248c9"
PKG_LICENSE="Apache-2.0" PKG_LICENSE="Apache-2.0"
PKG_SITE="https://github.com/google/flatbuffers" PKG_SITE="https://github.com/google/flatbuffers"
PKG_URL="https://github.com/google/flatbuffers/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/google/flatbuffers/archive/v${PKG_VERSION}.tar.gz"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="kmod" PKG_NAME="kmod"
PKG_VERSION="29" PKG_VERSION="30"
PKG_SHA256="0b80eea7aa184ac6fd20cafa2a1fdf290ffecc70869a797079e2cc5c6225a52a" PKG_SHA256="f897dd72698dc6ac1ef03255cd0a5734ad932318e4adbaebc7338ef2f5202f9f"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" PKG_SITE="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -9,6 +9,3 @@ PKG_SITE="https://nlohmann.github.io/json/"
PKG_URL="https://github.com/nlohmann/json/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/nlohmann/json/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="JSON for Modern C++" PKG_LONGDESC="JSON for Modern C++"
PKG_TOOLCHAIN="cmake"
PKG_CMAKE_OPTS_TARGET="-DBUILD_TESTING:BOOL=OFF"

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nghttp2" PKG_NAME="nghttp2"
PKG_VERSION="1.47.0" PKG_VERSION="1.48.0"
PKG_SHA256="68271951324554c34501b85190f22f2221056db69f493afc3bbac8e7be21e7cc" PKG_SHA256="47d8f30ee4f1bc621566d10362ca1b3ac83a335c63da7144947c806772d016e4"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html" PKG_SITE="http://www.linuxfromscratch.org/blfs/view/cvs/basicnet/nghttp2.html"
PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz" PKG_URL="https://github.com/nghttp2/nghttp2/releases/download/v${PKG_VERSION}/nghttp2-${PKG_VERSION}.tar.xz"