From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U5DyN-0008Jq-Vm for Openembedded-core@lists.openembedded.org; Tue, 12 Feb 2013 12:24:32 +0100 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r1CB8SW4022601 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 12 Feb 2013 03:08:29 -0800 (PST) Received: from ord-lpggp2.wrs.com (128.224.65.244) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.318.4; Tue, 12 Feb 2013 03:08:27 -0800 From: Jason Wessel To: Date: Tue, 12 Feb 2013 05:08:20 -0600 Message-ID: <1360667303-3650-1-git-send-email-jason.wessel@windriver.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Subject: [PATCH v3 0/3] relocate_sdk.py: improvements X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 11:24:36 -0000 Content-Type: text/plain New in v3 are all the fixes recommended by Laurentiu Palcu * Fix sudo exec problem * Preserve padding in the .interp section --- Now that I have had to debug the SDK relocator on multiple occasions I figure it might be nice to get the patches upstreamed. This last time through fixing the python 2.4.x compatibility was very easy using the prior two patches to allow me to do so. The idea here is to increase the portability of the relocator because once the SDK is installed/relocated, generally speaking it is working well on old and new hosts. Thanks, Jason.