[PATCH rtems-littlevgl] wscript: Upgrade rtems_version number

Vijay Kumar Banerjee vijay at rtems.org
Fri Mar 26 20:43:17 UTC 2021


---
 lvgl.py | 2 +-
 wscript | 2 +-
 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
-- 
2.26.2



More information about the devel mailing list