From patchwork Sun Mar 2 16:52:54 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: 325607 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 DDA822C00C5 for ; Mon, 3 Mar 2014 03:53:55 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A33E91070F; Sun, 2 Mar 2014 16:53:40 +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 CUb6E0VvH-js; Sun, 2 Mar 2014 16:53:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 06A9310619; Sun, 2 Mar 2014 16:53:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 315BD1BF836 for ; Sun, 2 Mar 2014 16:53:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2C4B432046 for ; Sun, 2 Mar 2014 16:53:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9BXL-8MUWtpU for ; Sun, 2 Mar 2014 16:53:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by silver.osuosl.org (Postfix) with ESMTPS id 4CD6A200FF for ; Sun, 2 Mar 2014 16:53:23 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id bs8so3513656wib.0 for ; Sun, 02 Mar 2014 08:53:21 -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=fqs6iyXeq897Xifzn1x8qYpVoNby+ceJJA5HEXPBCOM=; b=HLmeUumTxRtV22vZTKbrjUO+l3JswV06KWIHO5cN1OGnvw7bgqCAK2xYFhxmR6cqlY FK4YpqBJ8kH8fPlygw4VDiIFisNhKYTpT9hC60S6Xq/KWcfyJjHIS12TgK1agJE/YGaH NcsyjS1eiFnydoZfKs46y+7VoIDgi5bFCeXEDReficATVgP8L6eOUTy4nok22hA4zWeV 1zm7IVj0WqbID+qqWl0Ez8lH1v6Y94rVzFcewvFmyBWReuclHzOddFek8lsWcGH1ZEs1 8ZKrAMlmRj/ZiAZa7wsRF+OL4w2kjOPJ2pg/1LT06BuOBNmOwMRMkm1GtW9b1DgaeN/Q TKQA== X-Received: by 10.180.24.227 with SMTP id x3mr10761602wif.41.1393779201883; Sun, 02 Mar 2014 08:53:21 -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.20 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 08:53:21 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 2 Mar 2014 17:52:54 +0100 Message-Id: <5994c0efd5e8dff727f3482247f294750d459c4f.1393778339.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH 13/19] package/libopenmax: 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/libopenmax/libopenmax.mk | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/package/opengl/libopenmax/libopenmax.mk b/package/opengl/libopenmax/libopenmax.mk index 6cdeacd..bc2e7f8 100644 --- a/package/opengl/libopenmax/libopenmax.mk +++ b/package/opengl/libopenmax/libopenmax.mk @@ -4,13 +4,4 @@ # ################################################################################ -LIBOPENMAX_SOURCE = -LIBOPENMAX_DEPENDENCIES = $(call qstrip,$(BR2_PACKAGE_PROVIDES_LIBOPENMAX)) - -ifeq ($(BR2_PACKAGE_HAS_LIBOPENMAX),y) -ifeq ($(LIBOPENMAX_DEPENDENCIES),) -$(error No libopenmax implementation selected. Configuration error.) -endif -endif - -$(eval $(generic-package)) +$(eval $(virtual-package))