diff options
Diffstat (limited to 'recipes/opkg/files/reduce-nogpg-noise.patch')
-rw-r--r-- | recipes/opkg/files/reduce-nogpg-noise.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/opkg/files/reduce-nogpg-noise.patch b/recipes/opkg/files/reduce-nogpg-noise.patch new file mode 100644 index 0000000000..47b4d23ca3 --- /dev/null +++ b/recipes/opkg/files/reduce-nogpg-noise.patch @@ -0,0 +1,11 @@ +--- opkg/libopkg/opkg_cmd.c.old 2008-11-12 02:32:20.000000000 +0100 ++++ opkg/libopkg/opkg_cmd.c 2008-11-12 02:30:20.000000000 +0100 +@@ -288,7 +288,7 @@ + free (tmp_file_name); + free (url); + #else +- opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped " ++ opkg_message (conf, OPKG_INFO, "Signature check for %s skipped " + "because GPG support was not enabled in this build\n", src->name); + #endif + free(list_file_name); |