diff options
author | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
---|---|---|
committer | Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> | 2021-02-20 16:02:15 -0800 |
commit | 5d8d4fbbcb5c5de9370711c19bb3510210989a98 (patch) | |
tree | d0754921833f413b7eb93fb6bb1b1c8a22fb0498 /utils/telldus-core | |
parent | d651082447b4392399a40ea1ae11d0bce4bfe83a (diff) |
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>
Diffstat (limited to 'utils/telldus-core')
-rw-r--r-- | utils/telldus-core/patches/200-no-iconv.patch | 4 | ||||
-rw-r--r-- | utils/telldus-core/patches/930-usleep.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/telldus-core/patches/200-no-iconv.patch b/utils/telldus-core/patches/200-no-iconv.patch index c82030775..de9493b8b 100644 --- a/utils/telldus-core/patches/200-no-iconv.patch +++ b/utils/telldus-core/patches/200-no-iconv.patch @@ -10,7 +10,7 @@ #endif #include <algorithm> #include <sstream> -@@ -50,35 +51,8 @@ std::wstring TelldusCore::charToWstring(const char *value) { +@@ -50,35 +51,8 @@ std::wstring TelldusCore::charToWstring( return retval; #else @@ -48,7 +48,7 @@ #endif } -@@ -211,19 +185,8 @@ std::string TelldusCore::wideToString(const std::wstring &input) { +@@ -211,19 +185,8 @@ std::string TelldusCore::wideToString(co #else char *inPointer = inString; #endif diff --git a/utils/telldus-core/patches/930-usleep.patch b/utils/telldus-core/patches/930-usleep.patch index 7c30a105e..c716129f8 100644 --- a/utils/telldus-core/patches/930-usleep.patch +++ b/utils/telldus-core/patches/930-usleep.patch @@ -29,7 +29,7 @@ #include <list> #include <string> -@@ -231,7 +230,7 @@ int TellStick::send( const std::string &strMessage ) { +@@ -231,7 +230,7 @@ int TellStick::send( const std::string & return TELLSTICK_SUCCESS; } } else if(ret == 0) { // No data available |