From patchwork Sun Mar 2 16:52:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 325610 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 79F872C00C5 for ; Mon, 3 Mar 2014 03:54:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 57571106B4; Sun, 2 Mar 2014 16:53:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bXiA_09niVW5; Sun, 2 Mar 2014 16:53:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B53FA106D3; Sun, 2 Mar 2014 16:53:35 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 645B81BF836 for ; Sun, 2 Mar 2014 16:53:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5CE6F106C6 for ; Sun, 2 Mar 2014 16:53:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id moIEAu07zitQ for ; Sun, 2 Mar 2014 16:53:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E0E141066A for ; Sun, 2 Mar 2014 16:53:21 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id b13so377020wgh.20 for ; Sun, 02 Mar 2014 08:53:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=5YvoK2AT0TYrgFFI5NlGmJAiTuwWeJYtP9vq9NfuRd8=; b=FzLcVOCuu5N0QjqG4X9itaHmyhkScI5K6OAU9pTWpXQLGRII44CbuY5f+axRwpf/xK QS5RHUtT/7chOvzDa3tdX14tdNIgUhX0V7oUaSRUKaCpV0bwDHEL4cYTzKtSvgkhHgXQ FdOZrlEjIv+qxMwTN9a47gC+p838ZYDqqLcuDXzZ6DKe4FmAhANXy88NWxygtLHF6HdP NZ31EEdnVwEQiZox5F9MPvwbLP6OYRd9lXA026hI+WTwMD6lNQq34BPAiFu46Qy+59sh QC5XqiiBqf/cuPBMoXmQFy+X/09rwgB2u9DeffDUZ5q6GEjCSfxhZKEz9VvNyNuqf1qT Hw3w== X-Received: by 10.194.250.34 with SMTP id yz2mr11352479wjc.18.1393779200319; Sun, 02 Mar 2014 08:53:20 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id h13sm21964648wjr.22.2014.03.02.08.53.18 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 08:53:19 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 2 Mar 2014 17:52:53 +0100 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 12/19] package/opengl-libegl: convert to the virtual-package infrastructure X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: "Yann E. MORIN" Signed-off-by: "Yann E. MORIN" Cc: Eric Le Bihan Cc: Thomas Petazzoni Cc: Thomas De Schampheleire Cc: Mike Zick Reviewed-by: Samuel Martin --- package/opengl/opengl-libegl/opengl-libegl.mk | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/package/opengl/opengl-libegl/opengl-libegl.mk b/package/opengl/opengl-libegl/opengl-libegl.mk index a16c414..d1816a0 100644 --- a/package/opengl/opengl-libegl/opengl-libegl.mk +++ b/package/opengl/opengl-libegl/opengl-libegl.mk @@ -4,13 +4,4 @@ # ################################################################################ -OPENGL_LIBEGL_SOURCE = -OPENGL_LIBEGL_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_OPENGL_LIBEGL)) - -ifeq ($(BR2_PACKAGE_HAS_OPENGL_LIBEGL),y) -ifeq ($(OPENGL_LIBEGL_DEPENDENCIES),) -$(error No libEGL implementation selected. Configuration error.) -endif -endif - -$(eval $(generic-package)) +$(eval $(virtual-package))