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 1U52xC-0001HC-Ka for Openembedded-core@lists.openembedded.org; Tue, 12 Feb 2013 00:38:38 +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 r1BNMWPw014619 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 11 Feb 2013 15:22:32 -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; Mon, 11 Feb 2013 15:22:30 -0800 From: Jason Wessel To: Date: Mon, 11 Feb 2013 17:22:26 -0600 Message-ID: <1360624949-43859-1-git-send-email-jason.wessel@windriver.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Subject: [PATCH v2 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: Mon, 11 Feb 2013 23:38:46 -0000 Content-Type: text/plain 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.