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 C2DEE60110 for ; Fri, 15 Jan 2016 08:27:09 +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.15.2/8.15.1) with ESMTPS id u0F8R7kG021326 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 15 Jan 2016 00:27:07 -0800 (PST) Received: from [128.224.162.155] (128.224.162.155) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.248.2; Fri, 15 Jan 2016 00:27:06 -0800 To: =?UTF-8?Q?Andreas_M=c3=bcller?= References: <66e32244aed8d33f1b49fbe78179f2442545c730.1451286789.git.liezhi.yang@windriver.com> From: Robert Yang Message-ID: <5698AD59.4030400@windriver.com> Date: Fri, 15 Jan 2016 16:27:05 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 07/40] gstreamer1.0-plugins-good: fix PACKAGECONFIG for gudev and add one for v4l2 and libv4l2 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: Fri, 15 Jan 2016 08:27:09 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 01/15/2016 04:21 PM, Andreas Müller wrote: > On Mon, Dec 28, 2015 at 8:14 AM, Robert Yang wrote: >> From: Martin Jansa >> >> * WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libcap, but it isn't a build dependency? >> WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libgudev, but it isn't a build dependency? >> WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on libudev, but it isn't a build dependency? >> WARN: gstreamer1.0-plugins-good: gstreamer1.0-plugins-good-video4linux2 rdepends on zlib, but it isn't a build dependency? >> >> Signed-off-by: Martin Jansa >> --- >> .../gstreamer/gstreamer1.0-plugins-good.inc | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc >> index 0ce4b8f..edaafe8 100644 >> --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc >> +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc >> @@ -11,7 +11,7 @@ inherit gettext >> PACKAGECONFIG ??= " \ >> ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ >> ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ >> - orc cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib \ >> + orc cairo flac gdk-pixbuf jpeg libpng soup speex taglib v4l2\ >> " > Just noticed that this patch removes gudev from default PACKAGECONFIG. > Was that intended? I'm afraid no, should be a typo, I will send a patch for it. // Robert > > Andreas >