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 yocto-www.yoctoproject.org (Postfix) with ESMTP id 3A221E013EC for ; Fri, 26 Jul 2013 09:07:48 -0700 (PDT) Received: by mail-pa0-f51.google.com with SMTP id lf11so3443895pab.10 for ; Fri, 26 Jul 2013 09:07:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=+4aTQiXDtB5NDZ4Fm+avL+M10/kLh4l71PmRZitAzP8=; b=CoQkakrvstYb13SXExOyP5JAdazKjiOs+opg2w6kCZS7M2sIpnBOLp+sRGQ/eOm+KL aPwEIeHgZX1yn/lJjKg7KSYaf2Xbd4qeN/AsaZF+ea3ZGrLoX8/1EchWVyTZbjb9S5sn l3eLZGTvsVjLJ5nCDY3OVEJkkp4Fmahf2WhILdxBmk/ESYzas0aSWJrU+puJfuRXtLGu 3vQ451wDTq+khqSOhURl25Y8QTR81PXgw5rn92wumnSPXGALbDa6BGA7sgVwMpPpdtNK xjXoXeWlXqAaa6cCe+wrxlsEGQbps/y4cZOxI4c+2dguQnqLVqYb+DP3urabk42+hm8O lsMg== X-Received: by 10.66.169.172 with SMTP id af12mr2590563pac.23.1374854868652; Fri, 26 Jul 2013 09:07:48 -0700 (PDT) Received: from [29.6.1.42] ([70.96.116.236]) by mx.google.com with ESMTPSA id at2sm4411105pac.11.2013.07.26.09.07.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 09:07:47 -0700 (PDT) Message-ID: <51F29ED1.7000307@boundarydevices.com> Date: Fri, 26 Jul 2013 09:07:45 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <1374797051-3697-1-git-send-email-eric.nelson@boundarydevices.com> <51F286CA.9090101@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQld75sNOC5Fl/9BccyUf3CftgCrye5DDBJrrwVk0omGzxJv4SB0fIEDQu0llBy6SSZKwwnh Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH] gst-plugins-gl: Add dependencies on libjpeg, libpng 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: Fri, 26 Jul 2013 16:07:50 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks Otavio, On 07/26/2013 07:54 AM, Otavio Salvador wrote: > On Fri, Jul 26, 2013 at 11:25 AM, Eric Nelson > wrote: >> Thanks for the guidance, Otavio. >> >> >> On 07/26/2013 05:58 AM, Otavio Salvador wrote: >>> >>> On Thu, Jul 25, 2013 at 9:04 PM, Eric Nelson >>> wrote: >>>> >>>> There's a tight dependency on libjpeg.so.8 and libpng16.so.16 >>>> inside of the libgstopengl.so library: >>>> >>> >>> This should be add as depends, not rdepends. As the rdepends should be >>> computed automatically :) >>> >> >> Specifically, would this be >> DEPENDS += >> or >> DEPENDS_${PN} += >> > > DEPENDS as it cannot be done package specific. The RDEPENDS need > /always/ to be package specific. > Patch v2 is in flight.