From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 65100E00C62; Wed, 6 Apr 2016 03:42:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from ptmx.org (ptmx.org [178.63.28.110]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 17D16E00B37 for ; Wed, 6 Apr 2016 03:41:56 -0700 (PDT) Received: from [10.1.14.248] (vpn.streamunlimited.com [91.114.0.140]) by ptmx.org (Postfix) with ESMTPSA id 4BF573778F; Wed, 6 Apr 2016 12:41:53 +0200 (CEST) To: Otavio Salvador References: <1459928193-4771-1-git-send-email-dv@pseudoterminal.org> <5704D523.40401@pseudoterminal.org> From: Carlos Rafael Giani Message-ID: <5704E7F0.2020106@pseudoterminal.org> Date: Wed, 6 Apr 2016 12:41:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] gstreamer1.0-plugins-imx: Update to version 0.12.1 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2016 10:42:00 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 04/06/2016 12:36 PM, Otavio Salvador wrote: > On Wed, Apr 6, 2016 at 6:21 AM, Carlos Rafael Giani > wrote: >> gstreamer1.0-plugins-imx-imxvpu > > Yes, you can do: > > RDEPENDS_ += "foo" > > It is harmless if it is not generated. > This is what is being done now. Then I'll leave as it is. I agree that having it as part of the PACKAGECONFIG lines makes for cleaner code, but apparently it is not possible to reproduce the RDEPENDS_ += "foo" behavior with the PACKAGECONFIG feature.