From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6EEB1E00D89; Wed, 20 Dec 2017 05:12:32 -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 82E38E00CEF for ; Wed, 20 Dec 2017 05:12:31 -0800 (PST) Received: from webmail.kmu-office.ch (unknown [178.209.48.103]) by mail.kmu-office.ch (Postfix) with ESMTPSA id C3C135C3AE0; Wed, 20 Dec 2017 14:06:18 +0100 (CET) MIME-Version: 1.0 Date: Wed, 20 Dec 2017 14:07:26 +0100 From: Stefan Agner To: Otavio Salvador In-Reply-To: References: <20171219230646.6007-1-stefan@agner.ch> <20171219230646.6007-2-stefan@agner.ch> Message-ID: 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=1513775178; bh=F3L7x0r/2PGi5OY9fAHjdcNAIXCWvOAYD9gBF539gH0=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To:Cc:Subject:In-Reply-To:References:Message-ID; b=EyccnXJFxRwlcitRhtJ9EW/93+GAeOni1qZIZfA9gDNBuqmOJu8eafPy5x0g2F4l+8sjUaI0vg64f/OUxB5wgOD8MvJu5Sz6t3pkqJU1VAC1M8F8vphTkxFW7JLHx8fJGFMO4rKlSAhv1oizKUtmxh6CyzsFIWVXtHL+1jZY68s= Cc: meta-freescale@yoctoproject.org, Stefan Agner Subject: Re: [PATCH v2 2/6] gstreamer1.0: 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:12:32 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On 2017-12-20 00:59, Otavio Salvador wrote: > On Tue, Dec 19, 2017 at 9:06 PM, Stefan Agner wrote: >> diff --git a/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend >> new file mode 100644 >> index 00000000..c99d1f20 >> --- /dev/null >> +++ b/recipes-multimedia/gstreamer/gstreamer1.0_1.12.%.bbappend >> @@ -0,0 +1,16 @@ >> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >> + >> +DEPENDS += " elfutils" > > Is this depends really required? if so, it also must be conditional. It seems not to be required. I think this is handled in the oe-core recipe now with PACKAGECONFIG[dw] = "--with-dw,--without-dw,elfutils" -- Stefan