From: Mike Westerhof Date: Mon, 7 Sep 2009 23:34:12 +0000 (-0500) Subject: opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching. X-Git-Tag: Release-2010-05/1~2500 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e05654818cc8139e241874b075c843ef23e614;p=openembedded.git opkg_wget_nogpg: adjust vfork patchset to accomodate general opkg patching. --- 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 5eb9517df8..6c108286e5 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 @@