aboutsummaryrefslogtreecommitdiff
path: root/utils/telldus-core
Commit message (Collapse)AuthorAge
* telldus-core: Doxygen in-file was not found.Peter Liedholm2019-10-29
| | | | Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
* telldus-core: Fix compilation without usleepRosen Penev2019-10-04
| | | | | | Uses C++11's sleep_for, which internally uses nanosleep. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Makefile cleanupsRosen Penev2019-10-04
| | | | | | | | | | | | Fixed license information. Add PKG_BUILD_PARALLEL to explicitly disable parallel builds. Fixed build depends to apply only to non glibc. Added an alternative fix to ICONV_FULL which should work better. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Fix compilation with full NLSRosen Penev2019-05-12
| | | | | | -fpermissive is needed due to mismatching parameters (const char vs char). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* telldus-core: Add new package.Peter Liedholm2019-03-01
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>