Re: [PATCH rtems-littlevgl] wscript: Upgrade rtems_version number
Hello Christian, On Mon, Mar 29, 2021 at 12:38 AM Christian MAUDERER wrote: > > Hello Vijay, > > please push the littlevgl patches. These are our responsibility anyway. > Pushed! Thanks, Vijay > Best regards > > Christian > > Am 26.03.21 um 21:43 schrieb Vijay Kumar Banerjee: > > --- > > 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 > > > > -- > > embedded brains GmbH > Herr Christian MAUDERER > Dornierstr. 4 > 82178 Puchheim > Germany > email: christian.maude...@embedded-brains.de > phone: +49-89-18 94 741 - 18 > fax: +49-89-18 94 741 - 08 > > Registergericht: Amtsgericht München > Registernummer: HRB 157899 > Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler > Unsere Datenschutzerklärung finden Sie hier: > https://embedded-brains.de/datenschutzerklaerung/ ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: [PATCH rtems-littlevgl] wscript: Upgrade rtems_version number
Hello Vijay, please push the littlevgl patches. These are our responsibility anyway. Best regards Christian Am 26.03.21 um 21:43 schrieb Vijay Kumar Banerjee: --- 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 -- embedded brains GmbH Herr Christian MAUDERER Dornierstr. 4 82178 Puchheim Germany email: christian.maude...@embedded-brains.de phone: +49-89-18 94 741 - 18 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Registernummer: HRB 157899 Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler Unsere Datenschutzerklärung finden Sie hier: https://embedded-brains.de/datenschutzerklaerung/ ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
[PATCH rtems-littlevgl] wscript: Upgrade rtems_version number
--- 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 ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel