[PATCH rtems-littlevgl] wscript: Upgrade rtems_version number
Christian MAUDERER
christian.mauderer at embedded-brains.de
Mon Mar 29 06:38:39 UTC 2021
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.mauderer at 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/
More information about the devel
mailing list