From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtprelay-h22.telenor.se ([195.54.99.197]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1PiCzM-0002kF-7W for openembedded-devel@lists.openembedded.org; Wed, 26 Jan 2011 22:33:16 +0100 Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h22.telenor.se (Postfix) with ESMTP id 6C032EA774 for ; Wed, 26 Jan 2011 22:32:25 +0100 (CET) X-SENDER-IP: [83.227.56.243] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmUWAGIhQE1T4zjzPGdsb2JhbAAMiE+Nfo4rAQEBATW9O4VPBIwp X-IronPort-AV: E=Sophos;i="4.60,382,1291590000"; d="scan'208";a="167760092" Received: from c-f338e353.011-39-73746f12.cust.bredbandsbolaget.se (HELO [10.175.196.244]) ([83.227.56.243]) by ipb2.telenor.se with ESMTP; 26 Jan 2011 22:32:25 +0100 Message-ID: <4D4092E8.8040207@atmel.com> Date: Wed, 26 Jan 2011 22:32:24 +0100 From: Ulf Samuelsson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org Subject: Patching from a file containing a compressed directory (.tar.bz2) X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2011 21:33:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Trying to change the at91 linux recipes. The "experimental" patches to be added on top of the "maxim" patch can be downloaded from ftp://ftp.at91.com/ and that file is generated from a directory of patches, which should be applied in alphabetical order. When the "obvious" SRC_URI is used: ftp://ftp.at91.com/.tar.bz2;apply=yes \ the files do not get applied in alphabetical order. It looks to me like they get applied in reverse order, but I did not check carefully. I tried adding a "series" file, and recompress, but that failed as well. Any clue on how to get the patches applied in alphabetical order? If the patches are in a subdirectory to the recipe, and applied manually everything is OK, but that seems to be a shame to have to resort to that. -- Best Regards Ulf Samuelsson