From d9af4395f45b894e60d622046c131419db22971a Mon Sep 17 00:00:00 2001 From: thepeople Date: Thu, 30 Oct 2008 18:22:00 +0000 Subject: remove GPG not enabled in this build warning git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13083 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/patches/002-remove-gpg-warning | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package/opkg/patches/002-remove-gpg-warning (limited to 'package/opkg/patches') diff --git a/package/opkg/patches/002-remove-gpg-warning b/package/opkg/patches/002-remove-gpg-warning new file mode 100644 index 000000000..27973e103 --- /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); + } -- cgit v1.2.3