From 5d8d4fbbcb5c5de9370711c19bb3510210989a98 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Sat, 20 Feb 2021 16:02:15 -0800 Subject: 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 --- utils/telldus-core/patches/200-no-iconv.patch | 4 ++-- utils/telldus-core/patches/930-usleep.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/telldus-core') 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 #include -@@ -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 #include -@@ -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 -- cgit v1.2.3