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
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
Peter Liedholm
03f255c9f0
telldus-core: Add new package.
...
Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com >
2019-03-01 21:19:45 +01:00