From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qwmjf-0007oO-PR for openembedded-core@lists.openembedded.org; Fri, 26 Aug 2011 05:05:36 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 25 Aug 2011 20:00:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="42075171" Received: from dongxiao-osel.sh.intel.com (HELO localhost) ([10.239.36.52]) by orsmga002.jf.intel.com with ESMTP; 25 Aug 2011 20:00:46 -0700 From: Dongxiao Xu To: openembedded-core@lists.openembedded.org Date: Fri, 26 Aug 2011 11:02:50 +0800 Message-Id: X-Mailer: git-send-email 1.7.1 Subject: [PATCH 0/4][PULL] multilib: various fixes related with login, postinst, etc 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: Fri, 26 Aug 2011 03:05:36 -0000 Hi Richard, This pull request contains several multilib fixes addressing issues like login failure, missing postinst scripts, missing package files, etc. Please help to review and pull. Thanks, Dongxiao The following changes since commit 81aa4bfbde871af1d569b64499c34a315bf6218e: classes/sanity: enhance the network connectivity test (2011-08-25 08:49:12 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib dxu4/ml http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/ml Dongxiao Xu (4): base-passwd: Use BPN in FILES paths bitbake.conf: Use BPN in FILES paths multilib.bbclass: Fix renaming logic for "FILES_", "RDEPENDS_", etc multilib.bbclass: add "pkg_postinst" and "pkg_postrm" as renaming elements meta/classes/multilib.bbclass | 18 ++++++++---------- meta/conf/bitbake.conf | 4 ++-- .../recipes-core/base-passwd/base-passwd_3.5.22.bb | 10 +++++----- 3 files changed, 15 insertions(+), 17 deletions(-)