Fix littlevgl link error issues (#1006)
The littlevgl library had changed its name and domain to [LVGL](https://lvgl.io). See https://blog.lvgl.io/2020-06-01/announcement We change some names and links accordingly. Also remove the cloning for tlsf library as it isn't used now.
This commit is contained in:
@ -34,7 +34,7 @@ mkdir ${OUT_DIR}
|
||||
cd ${BUILD_DIR}
|
||||
if [ ! -d "lvgl" ]; then
|
||||
echo "starting download lvgl for v5.3 ..."
|
||||
git clone https://github.com/littlevgl/lvgl.git --branch v5.3
|
||||
git clone https://github.com/lvgl/lvgl.git --branch v5.3
|
||||
if [ $? != 0 ];then
|
||||
echo "download lvgl repo failed: $?\n"
|
||||
exit 2
|
||||
|
||||
Reference in New Issue
Block a user