From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id E902076B7C for ; Tue, 1 Sep 2015 21:15:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t81LFeL0015511; Tue, 1 Sep 2015 22:15:40 +0100 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 epEBa7vtNnm4; Tue, 1 Sep 2015 22:15:40 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t81LFQ62015504 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 1 Sep 2015 22:15:38 +0100 Message-ID: <1441142126.24871.21.camel@linuxfoundation.org> From: Richard Purdie To: Khem Raj Date: Tue, 01 Sep 2015 22:15:26 +0100 In-Reply-To: <87b72ec93b53c0a0ac61950f52480fa86a93c937.1440446289.git.raj.khem@gmail.com> References: <87b72ec93b53c0a0ac61950f52480fa86a93c937.1440446289.git.raj.khem@gmail.com> X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 01/17] systemd: Upgrade 219 -> 224 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: Tue, 01 Sep 2015 21:15:43 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2015-08-24 at 13:03 -0700, Khem Raj wrote: > Drop patches that were straight backports from upstream > > MIT licence was unused and dropped from systemd sources > for more details see > https://github.com/systemd/systemd/commit/8f1e0c5f38cdf7e401ab4d2bb93ad816d08e7715 > > Drop gtkdoc dependency since libudev API documentation has been converted from gtkdoc into man pages > Remove packaging gudev as it has moved to separate repository outside > systemd > > For more details see > https://github.com/systemd/systemd/commit/2375607039517c88df51ef16ddbb624ec1c10654 > > package newly added script for xorg to be usable with systemd --user > intance > For more details see > https://github.com/systemd/systemd/commit/1401ec2d34bcde406ced531a72dc46ebaf332594 > > For complete differences between two releases run > git log --oneline v219..v224 > in systemd git clone This patch seems to cause the build failures in: https://autobuilder.yoctoproject.org/main/builders/nightly-qa-systemd/builds/466 (two different sanity test failures) Cheers, Richard