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 /devel/lpc21isp | |
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 'devel/lpc21isp')
-rw-r--r-- | devel/lpc21isp/patches/100-fix-reproducible-builds.patch | 8 | ||||
-rw-r--r-- | devel/lpc21isp/patches/110-bzero.patch | 2 | ||||
-rw-r--r-- | devel/lpc21isp/patches/120-nanosleep.patch | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/lpc21isp/patches/100-fix-reproducible-builds.patch b/devel/lpc21isp/patches/100-fix-reproducible-builds.patch index ad079954d..ee26d0715 100644 --- a/devel/lpc21isp/patches/100-fix-reproducible-builds.patch +++ b/devel/lpc21isp/patches/100-fix-reproducible-builds.patch @@ -1,8 +1,6 @@ -Index: lpc21isp_197/lpc21isp.c -=================================================================== ---- lpc21isp_197.orig/lpc21isp.c 2017-12-03 06:01:05.854070061 +0100 -+++ lpc21isp_197/lpc21isp.c 2017-12-03 06:01:23.326431659 +0100 -@@ -1549,7 +1549,7 @@ +--- a/lpc21isp.c ++++ b/lpc21isp.c +@@ -1549,7 +1549,7 @@ static void ReadArguments(ISP_ENVIRONMEN DebugPrintf(2, "\n" "Portable command line ISP\n" "for NXP LPC family and Analog Devices ADUC 70xx\n" diff --git a/devel/lpc21isp/patches/110-bzero.patch b/devel/lpc21isp/patches/110-bzero.patch index 0ae6818c3..22c012446 100644 --- a/devel/lpc21isp/patches/110-bzero.patch +++ b/devel/lpc21isp/patches/110-bzero.patch @@ -1,6 +1,6 @@ --- a/lpc21isp.c +++ b/lpc21isp.c -@@ -533,7 +533,7 @@ static void OpenSerialPort(ISP_ENVIRONMENT *IspEnvironment) +@@ -533,7 +533,7 @@ static void OpenSerialPort(ISP_ENVIRONME tcgetattr(IspEnvironment->fdCom, &IspEnvironment->oldtio); /* save current port settings */ diff --git a/devel/lpc21isp/patches/120-nanosleep.patch b/devel/lpc21isp/patches/120-nanosleep.patch index 02949aef8..9e3ef9738 100644 --- a/devel/lpc21isp/patches/120-nanosleep.patch +++ b/devel/lpc21isp/patches/120-nanosleep.patch @@ -1,6 +1,6 @@ --- a/lpc21isp.c +++ b/lpc21isp.c -@@ -1130,7 +1130,8 @@ void ClearSerialPortBuffers(ISP_ENVIRONMENT *IspEnvironment) +@@ -1130,7 +1130,8 @@ void ClearSerialPortBuffers(ISP_ENVIRONM */ void Sleep(unsigned long MilliSeconds) { |