Merge pull request #3122 from CvH/9.0/egl_aml

egl fix for amlogic
This commit is contained in:
Matthias Reichl 2018-11-24 22:32:49 +01:00 committed by GitHub
commit 8315d92761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,15 +7,17 @@ PKG_LICENSE="nonfree"
PKG_SITE="http://openlinux.amlogic.com:8000/download/ARM/filesystem/" PKG_SITE="http://openlinux.amlogic.com:8000/download/ARM/filesystem/"
case $MESON_FAMILY in case $MESON_FAMILY in
8) 8)
PKG_VERSION="8-r5p1-01rel0-armhf" PKG_VERSION="8-r5p1-02rel0-armhf"
PKG_SHA256="717739c9f65f6782e3185aad09d01f228873315f70f9a58c0526b9e63a6e386f"
;; ;;
6) 6)
PKG_VERSION="6-r5p1-01rel0-armhf" PKG_VERSION="6-r5p1-02rel0-armhf"
PKG_SHA256="21a8376668c84bf1b9e64a917fcfa1cf74689035fed8e4630833c9cde28d40c1" PKG_SHA256="de38a1fa23191bd5de5c85c66627d4537775ee4634b71baa8d0e241b8b9d4ba2"
;; ;;
gxbb) gxbb)
if [ "$TARGET_ARCH" = "arm" ]; then if [ "$TARGET_ARCH" = "arm" ]; then
PKG_VERSION="8-r5p1-01rel0-armhf" PKG_VERSION="8-r5p1-02rel0-armhf"
PKG_SHA256="717739c9f65f6782e3185aad09d01f228873315f70f9a58c0526b9e63a6e386f"
else else
PKG_VERSION="gxbb-r5p1-01rel0" PKG_VERSION="gxbb-r5p1-01rel0"
fi fi