aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/patches
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2008-10-30 18:22:00 +0000
committerTravis Kemen <thepeople@openwrt.org>2008-10-30 18:22:00 +0000
commit7002daa535b2b6f0c1ac7837fe3feeee5340b490 (patch)
tree4a58a663d738b44c8dff5a01c1b32b1a382665da /package/opkg/patches
parent6103f8835845843cd0ee841b79f833e431b23513 (diff)
downloadupstream-7002daa535b2b6f0c1ac7837fe3feeee5340b490.tar.gz
upstream-7002daa535b2b6f0c1ac7837fe3feeee5340b490.tar.bz2
upstream-7002daa535b2b6f0c1ac7837fe3feeee5340b490.zip
remove GPG not enabled in this build warning
SVN-Revision: 13083
Diffstat (limited to 'package/opkg/patches')
-rw-r--r--package/opkg/patches/002-remove-gpg-warning22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/opkg/patches/002-remove-gpg-warning b/package/opkg/patches/002-remove-gpg-warning
new file mode 100644
index 0000000000..27973e103d
--- /dev/null
+++ b/package/opkg/patches/002-remove-gpg-warning
@@ -0,0 +1,22 @@
+--- opkg-4564/libopkg/opkg_download.c-orig 2008-10-29 22:38:18.000000000 -0500
++++ opkg-4564/libopkg/opkg_download.c 2008-10-29 22:39:13.000000000 -0500
+@@ -335,7 +335,6 @@
+
+ return status;
+ #else
+- opkg_message (conf, OPKG_NOTICE, "Signature check for %s was skipped because GPG support was not enabled in this build\n");
+ return 0;
+ #endif
+ }
+--- opkg-4564/libopkg/opkg_cmd.c-orig 2008-10-29 22:38:25.000000000 -0500
++++ opkg-4564/libopkg/opkg_cmd.c 2008-10-29 22:39:49.000000000 -0500
+@@ -287,9 +287,6 @@
+ unlink (tmp_file_name);
+ free (tmp_file_name);
+ free (url);
+-#else
+- opkg_message (conf, OPKG_NOTICE, "Signiture check for %s skipped "
+- "because GPG support was not enabled in this build\n", src->name);
+ #endif
+ free(list_file_name);
+ }