From patchwork Fri Jun 27 05:24:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 364774 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 4A5B41400DE for ; Fri, 27 Jun 2014 15:26:19 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4ADF18B926; Fri, 27 Jun 2014 05:26:14 +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 Q4RhxU_77NBa; Fri, 27 Jun 2014 05:26:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B4E2B8B801; Fri, 27 Jun 2014 05:26:08 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8BC981C2098 for ; Fri, 27 Jun 2014 05:25:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 867A58B640 for ; Fri, 27 Jun 2014 05:25:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jdpen4FV6ue9 for ; Fri, 27 Jun 2014 05:25:58 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ie0-f181.google.com (mail-ie0-f181.google.com [209.85.223.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id 156B08B086 for ; Fri, 27 Jun 2014 05:25:58 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id y20so3816428ier.26 for ; Thu, 26 Jun 2014 22:25:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=LxienKRti0Ul+JFgBp/xqQPHfJcxyKowt3HKMwNZKvU=; b=GC4SGWTsubdmL26ufXW/2VikBuDOMP2FqjEIU26cQurgBzbY2i0Rch+d3JDIfoOEla ot+1fqhmkxBZYYtsRj2rK0oixzHFqCHvrD9IyLt9l2VJMZxS5Mr7lre69Jv/EmRjY/jJ 2RLZNtmjZi+ZzVsYtK9OA4rWuGHCptHP5Orn7HqvO5IF6+5G0L5KbVTZ7cPsXiw9cKC6 +LaydXQtmJqNlrEmiNJLxB0hjrk4r0bAs6qFBBWWdHkOaPwPfcHX9b26px1vUa+MfBNq 2PgPfG8li9Dsw8T4JQi4LRkYDe7j6OGRnQeqMEw4T+DQnthgZFZY4TpGvBH0fBciq6CI VCDg== X-Received: by 10.50.92.33 with SMTP id cj1mr9858344igb.2.1403846757567; Thu, 26 Jun 2014 22:25:57 -0700 (PDT) Received: from localhost.localdomain (216-50-218-2.dal-10.cvx.algx.net. [216.50.218.2]) by mx.google.com with ESMTPSA id uu8sm10678526igb.13.2014.06.26.22.25.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Jun 2014 22:25:57 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Thu, 26 Jun 2014 22:24:49 -0700 Message-Id: <1403846694-21974-7-git-send-email-bisson.gary@gmail.com> X-Mailer: git-send-email 2.0.0 In-Reply-To: <1403846694-21974-1-git-send-email-bisson.gary@gmail.com> References: <1403150639-29382-1-git-send-email-bisson.gary@gmail.com> <1403846694-21974-1-git-send-email-bisson.gary@gmail.com> Cc: Gary Bisson , yann.morin.1998@free.fr Subject: [Buildroot] [PATCH v2 06/11] libfslvpuwrap: bump to version 1.0.46 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 as VPU code is no longer in imx-lib, this package now depends on imx-vpu package. Signed-off-by: Gary Bisson --- package/libfslvpuwrap/Config.in | 2 +- package/libfslvpuwrap/libfslvpuwrap.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libfslvpuwrap/Config.in b/package/libfslvpuwrap/Config.in index 9cf7633..fa85ce5 100644 --- a/package/libfslvpuwrap/Config.in +++ b/package/libfslvpuwrap/Config.in @@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBFSLVPUWRAP bool "libfslvpuwrap" depends on BR2_LINUX_KERNEL depends on BR2_arm # Only relevant for i.MX - select BR2_PACKAGE_IMX_LIB + select BR2_PACKAGE_IMX_VPU help Wrapper library for the vpu library, giving it a different API. diff --git a/package/libfslvpuwrap/libfslvpuwrap.mk b/package/libfslvpuwrap/libfslvpuwrap.mk index 2299032..c3a5c1c 100644 --- a/package/libfslvpuwrap/libfslvpuwrap.mk +++ b/package/libfslvpuwrap/libfslvpuwrap.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFSLVPUWRAP_VERSION = 3.5.7-1.0.0 +LIBFSLVPUWRAP_VERSION = 1.0.46 LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_SITE) LIBFSLVPUWRAP_SOURCE = libfslvpuwrap-$(LIBFSLVPUWRAP_VERSION).bin LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement @@ -14,7 +14,7 @@ LIBFSLVPUWRAP_REDISTRIBUTE = NO LIBFSLVPUWRAP_INSTALL_STAGING = YES -LIBFSLVPUWRAP_DEPENDENCIES += imx-lib +LIBFSLVPUWRAP_DEPENDENCIES += imx-vpu # The archive is a shell-self-extractor of a bzipped tar. It happens # to extract in the correct directory (libfslvpuwrap-x.y.z)