From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Fischer Date: Wed, 3 Jan 2007 14:47:32 +0100 Subject: [Buildroot] [PATCH] Re: offline buiding In-Reply-To: <20070103131009.GH12033@ibawizard.net> References: <024c01c72f1a$7ee6f970$060514ac@atmel.com> <20070103121556.GC24482@aon.at> <20070103131009.GH12033@ibawizard.net> Message-ID: <20070103134732.GD24482@aon.at> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Jan 03, 2007 at 02:10:09PM +0100, Petr Stetiar wrote: >Bernhard Fischer [2007-01-03 13:15:56]: > >> Note that several packages are a bit buggy in this respect since they lack a >> foo-source: target. These need to be fixed. Patches are -- as always -- >> welcome. > >Attached patch should add these missing targets. The convention is to put the foo-source target just below the rule to download the source (plus eventual patches) so it's easier to see if the -source needs adjustment to include eventual patches. I corrected your patch accordingly (r17143). Thanks!