From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DDAB7E00DB1; Wed, 20 Dec 2017 05:47:06 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [178.209.48.109 listed in list.dnswl.org] * -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] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail.kmu-office.ch (mail.kmu-office.ch [178.209.48.109]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB2D7E00D7F for ; Wed, 20 Dec 2017 05:47:05 -0800 (PST) Received: from webmail.kmu-office.ch (unknown [178.209.48.103]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 7274A5C3AE0; Wed, 20 Dec 2017 14:40:53 +0100 (CET) MIME-Version: 1.0 Date: Wed, 20 Dec 2017 14:42:01 +0100 From: Stefan Agner To: Otavio Salvador In-Reply-To: References: <20171219230646.6007-1-stefan@agner.ch> <20171219230646.6007-3-stefan@agner.ch> Message-ID: <8e82d6a4d28693793516adc9d38f0593@agner.ch> X-Sender: stefan@agner.ch User-Agent: Roundcube Webmail/1.2.5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1513777253; bh=KeZWRpBo9ogPX9NtcrtPgi9mLcM1PmcMMQ5ggLB5Pgc=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID; b=PjQ6PZk/psO6MT5A7mtgu566jUZv9ZYZ2pvkzsdY4PwRYErLj4/KZV5zUAqUh9jim+JM6YOtNJD+67xE+yquM063rtjLVCyGHQad9HHI+2ch7wcpoqGEHLMc2zr79JNKsMm3x/0Ed447L4/3yXueJVTUQ0aF2cRQbDDp0IAmyhE= Cc: meta-freescale@yoctoproject.org, Stefan Agner Subject: Re: [PATCH v2 3/6] gstreamer1.0-plugins-base: Add NXP specific patches 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, 20 Dec 2017 13:47:06 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On 2017-12-20 01:00, Otavio Salvador wrote: > On Tue, Dec 19, 2017 at 9:06 PM, Stefan Agner wrote: > ... >> +# Enable pango lib >> +PACKAGECONFIG_append = " pango " > > Conditional Hm, pango is actually also unconditionally added by OE gstreamer1.0-plugins-base recipes PACKAGECONFIG set with ??=... I will remove this. -- Stefan