From patchwork Thu Dec 15 14:40:11 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dechesne X-Patchwork-Id: 88163 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp831368qgi; Thu, 15 Dec 2016 06:40:44 -0800 (PST) X-Received: by 10.99.22.65 with SMTP id 1mr2743706pgw.70.1481812844256; Thu, 15 Dec 2016 06:40:44 -0800 (PST) Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id 64si2805836plk.59.2016.12.15.06.40.43; Thu, 15 Dec 2016 06:40:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of openembedded-core-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-core-bounces@lists.openembedded.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from review.yoctoproject.org (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id F1A2B772E8; Thu, 15 Dec 2016 14:40:40 +0000 (UTC) X-Original-To: openembedded-core@lists.openembedded.org Delivered-To: openembedded-core@lists.openembedded.org Received: from mail-wj0-f169.google.com (mail-wj0-f169.google.com [209.85.210.169]) by mail.openembedded.org (Postfix) with ESMTP id 066C4772D1 for ; Thu, 15 Dec 2016 14:40:39 +0000 (UTC) Received: by mail-wj0-f169.google.com with SMTP id tg4so67996062wjb.1 for ; Thu, 15 Dec 2016 06:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=Hg3CnXKTxte+Zv8i4dy9CeUzEZXy/2BwL7oCptuyhBg=; b=YkHN5u9jKBkY61gEWHw9jwlvyYFEqz3yqY7gz/iY0DXSJbax7PIeIhftQeXrFw3zW9 phKDpZ9i9o81g2CgDlIe3wcA1dNd2oTCPX/OOrcqXgFjnDQbmClEN3ej+uEEX4Q6tEbD GFcGa3eyNjLuk6U5aea+yh0UC5070WUJnQ2cg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Hg3CnXKTxte+Zv8i4dy9CeUzEZXy/2BwL7oCptuyhBg=; b=b6ZGBwW2IeLXYaOo8OZcvF+4WIhsPg1TpdTHaYmBPIu7TqHSYEO+nKdneAQ1gyctlA RIwEDob1AX2tRLF3MtBF3fbllJKh7capC3IUEWzRAzy8UHmFmYyXvYIZZjU5Om6iWHVC QPb0OUW+dFQMo7sjdGP0mgAyenXJ+3C6ETTf3h+9B0ro+1j/Ad63YwfoRi1/AsUeqHjv 9vf857z5tv5LnpeC9lSc40LbJ6RS4v3PxL7xhQhZdq1+J9Xl7wSXaszGwlJWeKoBMfT8 6HAdyhC/U01GH88EkJqVCo5ugRXz3jNlRFXJF7/1uPqoAUah919EkNu6BglCKjwbkYAf GP2w== X-Gm-Message-State: AKaTC01xflZJFWSXWU3xIgQ9SM7rqu34HRzOgO0sZM5PsoHxpTmqhLex1qtbMnovXhHXohrj X-Received: by 10.194.248.5 with SMTP id yi5mr1776993wjc.11.1481812840270; Thu, 15 Dec 2016 06:40:40 -0800 (PST) Received: from localhost.localdomain (ANice-651-1-9-14.w86-203.abo.wanadoo.fr. [86.203.160.14]) by smtp.gmail.com with ESMTPSA id cl6sm2345452wjc.10.2016.12.15.06.40.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Dec 2016 06:40:39 -0800 (PST) From: Nicolas Dechesne To: openembedded-core@lists.openembedded.org Date: Thu, 15 Dec 2016 15:40:11 +0100 Message-Id: <20161215144011.1761-1-nicolas.dechesne@linaro.org> X-Mailer: git-send-email 2.11.0 Cc: Nicolas Dechesne Subject: [OE-core] [PATCH] gstreamer1.0-plugins-bad: default to using egl 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: , MIME-Version: 1.0 Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org With the current set of PACKAGECONFIG, we end up building with 'gles2' and neither 'opengl', nor 'egl'. As a result we are building -bad with neither 'glx' nor 'egl' platform support. So let's make sure that we at least have egl by default (since we default to 'gles2'). Signed-off-by: Nicolas Dechesne --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc index d3c5326d45..3cb7ab1ae1 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc @@ -12,7 +12,7 @@ SRC_URI_append = " \ # opengl packageconfig factored out to make it easy for distros # and BSP layers to pick either (desktop) opengl, gles2, or no GL -PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" +PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" # gtk is not in the PACKAGECONFIG variable by default until # the transition to gtk+3 is finished