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 1QlNJr-0005Yj-Kf for openembedded-core@lists.openembedded.org; Mon, 25 Jul 2011 17:43:49 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 25 Jul 2011 08:39:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,262,1309762800"; d="scan'208";a="31185007" Received: from unknown (HELO [10.255.14.61]) ([10.255.14.61]) by azsmga001.ch.intel.com with ESMTP; 25 Jul 2011 08:39:34 -0700 Message-ID: <4E2D8E35.9010207@linux.intel.com> Date: Mon, 25 Jul 2011 08:39:33 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: In-Reply-To: Subject: Re: [PATCH 0/3] Fix for share state native binary issue 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: Mon, 25 Jul 2011 15:43:49 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/22/2011 04:54 PM, Saul Wold wrote: > Richard, > > This fixes the install-catalog issue with shared state native > dependencies. This is the point fix, it does not address the > underlying issue which will take more work and time. > > Sau! > > > The following changes since commit b4c23fce3eadaff8fc621d38759d493cd03cc131: > > consolekit 0.4.5: fix PAM installation dir (2011-07-22 11:56:42 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib sgw/fix > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix > > Saul Wold (3): > openjade-native: Add SYSROOT_PREPROCESS_FUNC > docbook-sgml-dtd-native: Add SYSROOT_PREPROCESS_FUNC > docbook-dsssl-stylesheets-native: Add SYSROOT_PREPROCESS_FUNC > > .../docbook-dsssl-stylesheets-native_1.79.bb | 12 ++++++++++-- > .../docbook-sgml-dtd/docbook-sgml-dtd-native.inc | 11 +++++++++-- > .../openjade/openjade-native_1.3.2.bb | 12 ++++++++++-- > 3 files changed, 29 insertions(+), 6 deletions(-) > Corrected version was merged into OE-Core Thanks Sau!