From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 705D66B819 for ; Fri, 21 Feb 2014 15:22:13 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s1LFM65m027360; Fri, 21 Feb 2014 15:22:06 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Xh3D4jGnGrR8; Fri, 21 Feb 2014 15:22:06 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s1LFM3P6027357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 21 Feb 2014 15:22:05 GMT Message-ID: <1392996116.1560.14.camel@ted> From: Richard Purdie To: Martin Jansa Date: Fri, 21 Feb 2014 15:21:56 +0000 In-Reply-To: <20140221151607.GG3854@jama> References: <20140221151607.GG3854@jama> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [RFT][PATCH 0/2] Systemd 209 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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: Fri, 21 Feb 2014 15:22:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2014-02-21 at 16:16 +0100, Martin Jansa wrote: > On Thu, Feb 20, 2014 at 02:18:56AM -0800, Khem Raj wrote: > > This patchset upgrades systemd to 209 as can be seen some enahancements > > to uclibc were neeed. As of now. It builds for me on both uclibc/eglibc > > Please test it out in your setups and report back any issues > > > > The following changes since commit 9a98b8bfe13b94d89a9e39cca821f26fdeaeffc3: > > > > image_types.bbclass: Fix tar IMAGE_CMD to not change directories (2014-02-18 08:37:03 +0000) > > > > are available in the git repository at: > > > > git://git.openembedded.org/openembedded-core-contrib kraj/systemd-209 > > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/systemd-209 > > > > Khem Raj (2): > > uclibc: Add new functionality needed for systemd 209 > > systemd: Upgrade 208 -> 209 > > Thanks for upgrade > > I've noticed pulseaudio failing to build when it tries to detect old > libsystemd-login lib: > > | to the PKG_CONFIG_PATH environment variable > | No package 'libsystemd-login' found > | configure:26263: $? = 1 > | configure:26277: result: no > | No package 'libsystemd-login' found > | configure:26310: error: *** Needed systemd support not found > > do we want to enable compat libs or update pulseaudio to use new > libsystemd? FWIW the git recipe I was using enabled compat-libs... Cheers, Richard