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>
This commit is contained in:
Ilya Lipnitskiy
2021-02-20 16:02:15 -08:00
parent d651082447
commit 5d8d4fbbcb
558 changed files with 1518 additions and 2977 deletions
@@ -1,8 +1,6 @@
diff --git i/knowndrives.cpp w/knowndrives.cpp
index 072160a..d57417b 100644
--- i/knowndrives.cpp
+++ w/knowndrives.cpp
@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$Id: knowndrives.cpp 4842 2018-12-02 16:07
--- a/knowndrives.cpp
+++ b/knowndrives.cpp
@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$I
// see read_default_drive_databases() below.
// The drive_settings structure is described in drivedb.h.
const drive_settings builtin_knowndrives[] = {
@@ -1,5 +1,3 @@
diff --git a/configure b/configure
index 88928cf..736fabd 100755
--- a/configure
+++ b/configure
@@ -6964,7 +6964,7 @@ releaseversion='${PACKAGE}-${VERSION}'