From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by mail.openembedded.org (Postfix) with ESMTP id 47B1C73EFD for ; Mon, 11 May 2015 19:58:23 +0000 (UTC) Received: by pabtp1 with SMTP id tp1so117867800pab.2 for ; Mon, 11 May 2015 12:58:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hcnrUav9pmB6KLXHMtZZun/ebz6FCKFMV0rlpQpEE/Y=; b=m5p3P3jVHWMrpaZvPVUooHpbaPpD+Q2atHocQlUkxWX8SnnWU14f5SfB5ZStTUTNoz aq8onZJQMgPbpSBH815KT/rnzdNK46HYwzGCOrinOPFvn5rqhwHZamYKZDgsJhdL37X4 oZWS2mIPeLyewW9GDG1H8TKth4GVDnle/DT4M1EtPRbjSwTxy0n3a+RCz0/unu72Vb4p k0K4W8aGiaMB9I3QnVgKpowKh4ZXXGo8WIZP682IH+VpQ2dq1PF4iDXaAGzyaDMSTr8V ci+mPoSPAlpv3sV11yG2k/bQd53oLIHc8OQwqn/ePD+//F33X3+b8cUROnHjThvEoaK8 KSjQ== X-Received: by 10.66.249.101 with SMTP id yt5mr21881361pac.116.1431374305240; Mon, 11 May 2015 12:58:25 -0700 (PDT) Received: from ?IPv6:2601:c:a700:3ba7:d9ea:b13c:f1c:2b5d? ([2601:c:a700:3ba7:d9ea:b13c:f1c:2b5d]) by mx.google.com with ESMTPSA id qm2sm13921713pdb.57.2015.05.11.12.58.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 12:58:24 -0700 (PDT) Message-ID: <555109D8.2010200@gmail.com> Date: Mon, 11 May 2015 12:58:16 -0700 From: akuster808 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1430795900-25986-1-git-send-email-akuster808@gmail.com> <20150511090952.GF2400@jama> <20150511190027.GK2400@jama> In-Reply-To: Subject: Re: [meta-networking][PATCH] networkingmanager: QA warning for rdepends on polkit X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 19:58:24 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 05/11/2015 12:46 PM, Khem Raj wrote: > On Mon, May 11, 2015 at 12:43 PM, Khem Raj wrote: >> On Mon, May 11, 2015 at 12:00 PM, Martin Jansa wrote: >>> >>> RDEPENDS adds dependency only between do_package tasks for build time >>> dependency you need do_configure depending on do_populate_sysroot >> >> its do_build which will depend on do_package_write task in case of RDEPENDS >> and do_package_write task will then recurse further to build it. > > backtracking on warning > > WARNING: QA Issue: networkmanager rdepends on polkit, but it isn't a > build dependency? [build-deps] for me the warning went away with the current change but I guess I didn't poke it enough. > > its confusing to me. It says 'rdepends' but then expects it in > build-dependency and not build-rdep or somesuch > > but lets say it depends on buildtime then I agree adding it to third > place is needed and may be adding to 4th place too > if shlib is not detecting it. > I will change it to both places. thanks for the feedback. - armin