summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-03-26 14:40:55 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-03-26 14:40:55 -0600
commite1d388b32e72818396831c7107a3145c702e974e (patch)
tree710cead315338b22113a9589643f2eaa8945b2cf
parentAllow to pass custom lv_conf.h and lv_drv_conf.h. (diff)
downloadrtems-littlevgl-e1d388b32e72818396831c7107a3145c702e974e.tar.bz2
wscript: Upgrade rtems_version number
-rw-r--r--lvgl.py2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/lvgl.py b/lvgl.py
index 0eadd90..2574acd 100644
--- a/lvgl.py
+++ b/lvgl.py
@@ -110,5 +110,5 @@ def build(bld):
bld.install_files(os.path.join("${PREFIX}", arch_inc_path, include_path),
include_headers)
bld.install_files(os.path.join('${PREFIX}', arch_lib_path), ["liblvgl.a"])
- bld.install_files(os.path.join('${PREFIX}', arch_inc_path, include_path),
+ bld.install_files(os.path.join('${PREFIX}', arch_inc_path),
[lv_conf_h, lv_drv_conf_h])
diff --git a/wscript b/wscript
index b3aa96f..6e2c722 100644
--- a/wscript
+++ b/wscript
@@ -30,7 +30,7 @@ from __future__ import print_function
import lvgl
import sys
-rtems_version = "5"
+rtems_version = "6"
try:
import rtems_waf.rtems as rtems