summaryrefslogtreecommitdiffstats
path: root/package/tekui
Commit message (Collapse)AuthorAgeFilesLines
* tekui: disable parallel buildFabrice Fontaine2019-01-201-0/+3
| | | | | | | | | | | | | | | | It seems tekui has parallel build issues since November 2017: - Fatal error: can't create build/posix/directfb_lua.lo: No such file or directory - /home/peko/autobuild/instance-3/output/host/bin/microblazeel-buildroot-linux-uclibc-ar: ../../lib/posix/libtekdebug.a: No such file or directory - Fatal error: can't create build/posix/visual_mod.lo: No such file or directory So disable parallel build Fixes: - http://autobuild.buildroot.org/results/0732568fcbaa6829154fa91c352b52f074384df0 - http://autobuild.buildroot.org/results/580593e79bc4ecdea1dc71d16607e5c88f87403c Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-4/+5
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/t*/Config.in: fix ordering of statementsAdam Duskett2017-05-021-3/+3
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter t in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tekui: use $(TARGET_MAKE_ENV) when calling $(MAKE)Gustavo Zacarias2016-10-221-2/+2
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot/uboot: fix missing closing parenthesisThomas Petazzoni2016-07-061-1/+1
| | | | | | | | | | | | There was a typo in commit b05ff12b6cd38566003b99291a47a56cbd88f396 ("uboot: install multiple spl images"), leading to a missing closing parenthesis. This commit fixes this typo. Fixes bug #9086 Reported-by: Jebodiah Sensai <dkaplan65@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tekui: add missing dependency on dynamic libraryThomas Petazzoni2016-07-061-2/+4
| | | | | | | | | | | | | | tekui selects a bunch of Lua modules, which are only available when !BR2_STATIC_LIBS, so add this missing dependency. Fixes: http://autobuild.buildroot.net/results/0c8ae60a7c0dfb64ee12d557b1660a4a1fc84703/ While we're at it, use the lower-case name of the package in the Config.in comment. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* tekui: new packageFrancois Perrad2016-07-033-0/+87
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud