From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QZk5X-0002uO-1y for openembedded-core@lists.openembedded.org; Thu, 23 Jun 2011 15:36:55 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 23 Jun 2011 06:33:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,413,1304319600"; d="scan'208";a="17455576" Received: from llu-piketon.sh.intel.com (HELO localhost) ([10.239.36.87]) by azsmga001.ch.intel.com with ESMTP; 23 Jun 2011 06:33:17 -0700 From: Lianhao Lu To: openembedded-core@lists.openembedded.org Date: Thu, 23 Jun 2011 21:43:07 +0800 Message-Id: X-Mailer: git-send-email 1.7.0.4 Subject: [PATCH V2 0/1] Removing hard coded libdir for libc locale generating 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: Thu, 23 Jun 2011 13:36:55 -0000 V2: Use base_libdir instead of libdir for ldlibdir. ---------------------------------------------------- V1: The patch replaces the hard coded libdir in package_do_split_gconvs() in libc-package.bbclass to meet the requirement of multilib. The following changes since commit b04ee632eb06650dde3e3ee8c4788a45cae0aa5e: Richard Purdie (1): multilib: First pass from RP are available in the git repository at: git://git.pokylinux.org/poky-contrib llu/ml http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/ml Lianhao Lu (1): libc-package.bbclass: Replace hard coded libdir. meta/classes/libc-package.bbclass | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)