Commit graph

9 commits

Author SHA1 Message Date
Ilya Lipnitskiy
b1cbd93bcd
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2021-02-25 01:26:05 +08:00
Rosen Penev
805e00a78d telldus-core: replace iconv with standard C++
Avoids iconv dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-28 02:35:37 -07:00
Rosen Penev
d7b6c3ac60
telldus-core: remove freebsd hack
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-09-28 23:16:59 -07:00
Rosen Penev
e7094f3ef7
telldus-core: fix compilation with libcxx 10
Missing headers and wrong namespace.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-02 16:03:32 -07:00
Peter Liedholm
2a36c0421e telldus-core: Doxygen in-file was not found.
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
2019-10-29 11:19:54 +01:00
Rosen Penev
2cff5b6563
telldus-core: Fix compilation without usleep
Uses C++11's sleep_for, which internally uses nanosleep.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-04 13:23:33 -07:00
Rosen Penev
8a977c8b6e
telldus-core: Makefile cleanups
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>
2019-10-04 13:23:03 -07:00
Rosen Penev
654d857536 telldus-core: Fix compilation with full NLS
-fpermissive is needed due to mismatching parameters (const char vs char).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-12 00:40:27 -07:00
Peter Liedholm
03f255c9f0 telldus-core: Add new package.
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
2019-03-01 21:19:45 +01:00