[oe-commits] Mike Westerhof : opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching.

git version control git at git.openembedded.org
Mon Sep 7 23:35:47 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Mon Sep  7 18:34:12 2009 -0500

opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching.

---

 .../opkg_wget_nogpg_02_use_vfork_system.patch      |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch b/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch
index 5eb9517..6c10828 100644
--- a/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch
+++ b/recipes/opkg/files/opkg_wget_nogpg_02_use_vfork_system.patch
@@ -155,15 +155,6 @@
  		    err = errno;
  		    perror (de->d_name);
  		}
-@@ -382,7 +384,7 @@
- 	perror (ctx->statedir);
- 	
-     sprintf_alloc (&cmd, "rm -rf %s", ctx->statedir);
--    err = system (cmd);
-+    err = system (cmd);  /* FIXME FIXME */
-     free (cmd);
- 
-     free (ctx->statedir);
 --- orig/libopkg/opkg_download.c	2008-12-20 15:07:04.000000000 -0600
 +++ opkg/libopkg/opkg_download.c	2008-12-21 21:44:30.000000000 -0600
 @@ -129,16 +129,21 @@





More information about the Openembedded-commits mailing list