From 7b4a3ac5ac3293e9d139a070403d6b2ee1769bd8 Mon Sep 17 00:00:00 2001 From: Alan Carvalho de Assis Date: Sat, 7 Dec 2019 12:23:01 -0600 Subject: [PATCH] graphics/littlevgl/Makefile: Temporary fix LVGL compilation until we update to version 6.1.1. --- graphics/littlevgl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/littlevgl/Makefile b/graphics/littlevgl/Makefile index 187c7f58f..cabaab103 100644 --- a/graphics/littlevgl/Makefile +++ b/graphics/littlevgl/Makefile @@ -53,7 +53,7 @@ LVGL_DIR = . WD := ${shell echo $(CURDIR) | sed -e 's/ /\\ /g'} -CONFIG_GRAPH_LVGL_URL ?= "https://littlevgl.com/download/" +CONFIG_GRAPH_LVGL_URL ?= "https://web.archive.org/web/20190204022948/https://littlevgl.com/download/" LVGL_VERSION ?= v5_3 LVGL_TARBALL = lvgl_$(LVGL_VERSION).zip