Update librga to use JELOS repo.
This commit is contained in:
parent
6628c5c19c
commit
ec6ee4d712
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
# Copyright (C) 2020-present Shanti Gilbert (https://github.com/shantigilbert)
|
# Copyright (C) 2020-present Shanti Gilbert (https://github.com/shantigilbert)
|
||||||
|
|
||||||
PKG_NAME="librga"
|
PKG_NAME="librga"
|
||||||
PKG_VERSION="1fc02d56d97041c86f01bc1284b7971c6098c5fb"
|
PKG_VERSION="df26244"
|
||||||
PKG_ARCH="arm aarch64"
|
PKG_ARCH="arm aarch64"
|
||||||
PKG_LICENSE="GNU"
|
PKG_LICENSE="GNU"
|
||||||
PKG_DEPENDS_TARGET="toolchain libdrm"
|
PKG_DEPENDS_TARGET="toolchain libdrm"
|
||||||
PKG_SITE="https://github.com/rockchip-linux/linux-rga"
|
PKG_SITE="https://github.com/JustEnoughLinuxOS/linux-rga"
|
||||||
PKG_URL="$PKG_SITE/archive/$PKG_VERSION.tar.gz"
|
PKG_URL="${PKG_SITE}.git"
|
||||||
PKG_LONGDESC="The RGA driver userspace "
|
PKG_LONGDESC="The RGA driver userspace "
|
||||||
PKG_TOOLCHAIN="auto"
|
PKG_TOOLCHAIN="auto"
|
||||||
|
|
Loading…
Reference in a new issue