From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 3DF8F71144 for ; Tue, 11 Nov 2014 02:17:33 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id sAB2HYql013133 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Mon, 10 Nov 2014 18:17:34 -0800 (PST) Received: from [128.224.162.204] (128.224.162.204) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 10 Nov 2014 18:17:33 -0800 Message-ID: <546171BA.3030300@windriver.com> Date: Tue, 11 Nov 2014 10:17:30 +0800 From: Chong Lu User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: References: <1c4ed8e4a604bcd7c7fd2609024f8fbfca43d1a4.1414394124.git.Chong.Lu@windriver.com> In-Reply-To: <1c4ed8e4a604bcd7c7fd2609024f8fbfca43d1a4.1414394124.git.Chong.Lu@windriver.com> X-Originating-IP: [128.224.162.204] Subject: Re: [PATCH 1/1] systemd: add bash to RDEPENDS 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, 11 Nov 2014 02:17:33 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit ping //Chong On 10/27/2014 03:16 PM, Chong Lu wrote: > This solves the following warning: > > systemd-216+gitAUTOINC+5d0ae62c66: systemd-kernel-install requires /bin/bash, > but no providers in its RDEPENDS [file-rdeps] > > Signed-off-by: Chong Lu > --- > meta/recipes-core/systemd/systemd_216.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb > index 6d3e47f..8bc1cc8 100644 > --- a/meta/recipes-core/systemd/systemd_216.bb > +++ b/meta/recipes-core/systemd/systemd_216.bb > @@ -202,6 +202,7 @@ FILES_${PN}-vconsole-setup = "${rootlibexecdir}/systemd/systemd-vconsole-setup \ > ${systemd_unitdir}/system/systemd-vconsole-setup.service \ > ${systemd_unitdir}/system/sysinit.target.wants/systemd-vconsole-setup.service" > > +RDEPENDS_${PN}-kernel-install += "bash" > FILES_${PN}-kernel-install = "${bindir}/kernel-install \ > ${sysconfdir}/kernel/ \ > ${exec_prefix}/lib/kernel \