From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wi0-f169.google.com ([209.85.212.169]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U5INN-0000Dx-Sz for openembedded-core@lists.openembedded.org; Tue, 12 Feb 2013 17:06:34 +0100 Received: by mail-wi0-f169.google.com with SMTP id l13so4741085wie.2 for ; Tue, 12 Feb 2013 07:50:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:cc:message-id:in-reply-to:references :subject:x-mailer:mime-version:content-type :content-transfer-encoding:content-disposition:x-gm-message-state; bh=LN/fnCExtTBkfttTzyd8l6jHz+M0ERN34D9tVUA1Cls=; b=ICgFhRVRdKMoUapjrbVttsLngp3ghbqmJnMs+IYex/gkP+Rgo/UidfJENEe2QSyupy +bTP9eG13+IsFG6nDXmwl6qTTcEwURP5i9vVxNq2hzMvVy5RuYQi/Pe27myN1FvnW8oK bHGFNrrrCNX5/sh1p+XnqErqopJiOQCHx2i1WVHB2st4WlQzZ6v6C2V/u6WA1EscqS2l kepw/w/KqebhMc7uUpjbhRecoht3XSkH2lI8OoIUjZh0vz0osuoL6VmJjdJXeT9KGcmd csO0Jw0YhPyvtO9ya1qlOSpSLztUmgxZEvG4VwJGFp+dWY3rSKk9mfNZ/Nqltxmp+Bgy l1DA== X-Received: by 10.194.158.165 with SMTP id wv5mr31903644wjb.45.1360684233896; Tue, 12 Feb 2013 07:50:33 -0800 (PST) Received: from [192.168.1.11] (35.106.2.81.in-addr.arpa. [81.2.106.35]) by mx.google.com with ESMTPS id fg6sm20792272wib.10.2013.02.12.07.50.31 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 12 Feb 2013 07:50:32 -0800 (PST) Date: Tue, 12 Feb 2013 15:50:29 +0000 From: Ross Burton To: openembedded-devel@lists.openembedded.org Message-ID: <42BE8E82E93F46829E80D29E6DF4934B@intel.com> In-Reply-To: References: <2760168.9kFd94gL1F@helios> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 X-Gm-Message-State: ALoCoQkn8lGOluPLJLu8X8c+skJoQmADUs16qc73KCOSrMwKtsdaQyARVVdngpJcQ00UBw4YrKr5 Cc: openembedded-core@lists.openembedded.org Subject: Re: [oe] RFC: meta-oe appends and overlayed recipes X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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, 12 Feb 2013 16:06:37 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tuesday, 12 February 2013 at 10:24, Burton, Ross wrote: > > * meta-oe/recipes-extended/polkit/polkit_0.104.bbappend > > Another bbappend apparently for systemd support. Again, this should have been > > moved to meta-systemd; do we now need to merge it into OE-Core? > > > Yes, half of it has been merged to master already. The rest should be > in Radu's branch, we can sort that today. I take that back - polkit in oe-core supports systemd if enabled, so this append can be removed. Ross