From patchwork Fri Jun 27 05:24:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 364769 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 297941400DE for ; Fri, 27 Jun 2014 15:25:56 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5DF7E8B5AE; Fri, 27 Jun 2014 05:25:55 +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 dTFDsJg4Qz8D; Fri, 27 Jun 2014 05:25:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 011D38B10C; Fri, 27 Jun 2014 05:25:55 +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 6830B1C2098 for ; Fri, 27 Jun 2014 05:25:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 62A0F8B8A3 for ; Fri, 27 Jun 2014 05:25:49 +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 qbGNhqdv5waF for ; Fri, 27 Jun 2014 05:25:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) by whitealder.osuosl.org (Postfix) with ESMTPS id E143F8B640 for ; Fri, 27 Jun 2014 05:25:48 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h15so1557414igd.8 for ; Thu, 26 Jun 2014 22:25:48 -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=ZmaNFGycL2iz0Dztv8rRLeen2V18tceuOsX7jrVN71k=; b=m1Gq7W7KR/xVOb/J9WHUzxZZf/s8hBou9hcS14Uir2cqZAxm6TNOm96Q+MrNO9S0p3 672PX8BIipu0q025t9sRNf6gW27aZUbsTWCONtOSfqC2iTdb7IsYVngIOMkSqqiyYiGy qb4VTCutLXpa8NApsrXD1Y4mIMgFa/4tCJYnFanYeBpv+mOZ1NLXvWr9Cp+22msj9B1D gWvR7yXNpUUJtnHxWFzunQpT1zecLJYSRfI2Y9gZNKwnrMmnqggZL090NOr8LlcxSFRE tMfRWeKCK//BUo8UVgVNOwGpsN2Eyu9p0PdUBPDEPQiyPs6Yc/jGUHCdDFjsdOixMD0s Ib/Q== X-Received: by 10.43.65.145 with SMTP id xm17mr18327594icb.44.1403846748349; Thu, 26 Jun 2014 22:25:48 -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.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Jun 2014 22:25:47 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Thu, 26 Jun 2014 22:24:44 -0700 Message-Id: <1403846694-21974-2-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 01/11] libfslvpuwrap: change version to be independent 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 in future releases, libfslvpuwrap will have a version number independent from freescale-imx package. Signed-off-by: Gary Bisson Acked-by: "Yann E. MORIN" --- package/libfslvpuwrap/libfslvpuwrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libfslvpuwrap/libfslvpuwrap.mk b/package/libfslvpuwrap/libfslvpuwrap.mk index 75c9887..2299032 100644 --- a/package/libfslvpuwrap/libfslvpuwrap.mk +++ b/package/libfslvpuwrap/libfslvpuwrap.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFSLVPUWRAP_VERSION = $(FREESCALE_IMX_VERSION) +LIBFSLVPUWRAP_VERSION = 3.5.7-1.0.0 LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_SITE) LIBFSLVPUWRAP_SOURCE = libfslvpuwrap-$(LIBFSLVPUWRAP_VERSION).bin LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement