Merge pull request #3737 from 5schatten/mali-bifrost-typo

mali-bifrost: fix PKG_LONGDESC / renamed to "Bifrost"
This commit is contained in:
Matthias Reichl 2019-08-02 23:28:05 +02:00 committed by GitHub
commit 83bd69f6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ PKG_SITE="https://developer.arm.com/products/software/mali-drivers/bifrost-kerne
PKG_URL="https://github.com/LibreELEC/mali-bifrost/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/mali-bifrost/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain linux" PKG_DEPENDS_TARGET="toolchain linux"
PKG_NEED_UNPACK="$LINUX_DEPENDS" PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_LONGDESC="mali-midgard: the Linux kernel driver for ARM Mali Midgard GPUs" PKG_LONGDESC="mali-bifrost: the Linux kernel driver for ARM Mali Bifrost GPUs"
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
PKG_IS_KERNEL_PKG="yes" PKG_IS_KERNEL_PKG="yes"