Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | easydbus: fix build without C++ | Fabrice Fontaine | 2018-11-17 | 1 | -0/+33 |
| | | | | | | | | | | | Specify that easydbus is a C project file otherwise build will fail if no C++ compiler is found by cmake Fixes: - http://autobuild.buildroot.org/results/486c3cd98124e7415dee2fd1463bd5e0fcc9ba91 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | package/e*/Config.in: fix ordering of statements | Adam Duskett | 2017-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 e 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> | ||||
* | package/easydbus: new package | Marcin Niestroj | 2016-12-07 | 3 | -0/+29 |
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |