[oe-commits] Daniel Willmann : opkg_nogpg: Properly repair the damage by FSO people

GIT User account git at amethyst.openembedded.net
Wed Nov 12 01:58:17 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fede4a0c02553e48a586abc38998f1754cdfe112
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fede4a0c02553e48a586abc38998f1754cdfe112

Author: Daniel Willmann <daniel at totalueberwachung.de>
Date:   Wed Nov 12 02:39:35 2008 +0100

opkg_nogpg: Properly repair the damage by FSO people
Refresh reduce-nogpg-noise.patch

---

 packages/opkg/files/reduce-nogpg-noise.patch |    8 ++++----
 packages/opkg/opkg-nogpg_svn.bb              |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/opkg/files/reduce-nogpg-noise.patch b/packages/opkg/files/reduce-nogpg-noise.patch
index b725608..47b4d23 100644
--- a/packages/opkg/files/reduce-nogpg-noise.patch
+++ b/packages/opkg/files/reduce-nogpg-noise.patch
@@ -1,10 +1,10 @@
---- opkg/libopkg/opkg_cmd.c.orig	2008-08-21 22:18:43.000000000 -0500
-+++ opkg/libopkg/opkg_cmd.c	2008-08-21 22:19:20.000000000 -0500
-@@ -288,7 +288,7 @@ static int opkg_update_cmd(opkg_conf_t *
+--- 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, "Signiture check for %s skipped "
+-	  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
diff --git a/packages/opkg/opkg-nogpg_svn.bb b/packages/opkg/opkg-nogpg_svn.bb
index ddccc15..7a56b4d 100644
--- a/packages/opkg/opkg-nogpg_svn.bb
+++ b/packages/opkg/opkg-nogpg_svn.bb
@@ -3,7 +3,7 @@ require opkg_svn.bb
 DEPENDS = "curl"
 PROVIDES += "opkg"
 
-SRC_URI += "file://reduce-nogpg-noise.patch;patch=1;maxrev=4641"
+SRC_URI += "file://reduce-nogpg-noise.patch;patch=1"
 PR = "r1"
 
 SRCREV = "${SRCREV_pn-opkg}"





More information about the Openembedded-commits mailing list