From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id BEFACE00C5B; Wed, 6 Apr 2016 02:21:48 -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 69995E00B37 for ; Wed, 6 Apr 2016 02:21:42 -0700 (PDT) Received: from [172.16.1.4] (chello062178118086.5.14.vie.surfer.at [62.178.118.86]) by ptmx.org (Postfix) with ESMTPSA id D8147288FE; Wed, 6 Apr 2016 11:21:40 +0200 (CEST) To: Gary Bisson References: <1459928193-4771-1-git-send-email-dv@pseudoterminal.org> From: Carlos Rafael Giani Message-ID: <5704D523.40401@pseudoterminal.org> Date: Wed, 6 Apr 2016 11:21:39 +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 09:21:48 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 2016-04-06 10:10, Gary Bisson wrote: > >> # add the audioparsers and the videoparsersbad plugins as RDEPENDS ; audioparsers >> # for the uniaudio decoder, videoparsersbad for the VPU video decoder >> # the gstreamer1.0-plugins-imx RDEPENDS is necessary to ensure the -good recipe is > Same for the RDEPENDS, I think they should be runtime dependencies of > uniaudiodec and vpu. > > I tried that, and there is a problem. If I add these as RDEPENDS to the PACKAGECONFIG variables, then these RDEPENDS are appended to the "gstreamer1.0-plugins-imx" package, *not* to "gstreamer1.0-plugins-imx-imxaudio" and "gstreamer1.0-plugins-imx-imxvpu" ones. Is there a way to fix that?