From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org ([63.228.1.57] ident=[U2FsdGVkX19agFCCbrjBTDXNtmrsEtDgNv8I96uSODs=]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QqrEb-0004Ad-TU for openembedded-core@lists.openembedded.org; Tue, 09 Aug 2011 20:41:02 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p79IaWcf029895 for ; Tue, 9 Aug 2011 13:36:32 -0500 From: Kumar Gala To: openembedded-core@lists.openembedded.org Date: Tue, 9 Aug 2011 13:36:28 -0500 Message-Id: <1312914992-18260-1-git-send-email-galak@kernel.crashing.org> X-Mailer: git-send-email 1.5.6.5 Subject: [PATCH 0/4] python libdir / site-packages path cleanup X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 09 Aug 2011 18:41:02 -0000 Utilize python-dir setting of am_cv_python_pythondir & am_cv_python_pyexecdir to proper paths to handle different libdir and multilib cases. - k