From patchwork Sun Oct 27 10:07:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Weber X-Patchwork-Id: 1184963 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=rockwellcollins.com Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 471D731rS7z9sPL for ; Sun, 27 Oct 2019 21:07:43 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id B456420482; Sun, 27 Oct 2019 10:07:39 +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 JWpfZAAQZmKp; Sun, 27 Oct 2019 10:07:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A447B2045F; Sun, 27 Oct 2019 10:07:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 355F41BF5A3 for ; Sun, 27 Oct 2019 10:07:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3312A86BE2 for ; Sun, 27 Oct 2019 10:07:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H3HM-OR5zSHV for ; Sun, 27 Oct 2019 10:07:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from da1vs03.rockwellcollins.com (smtpimr.rockwellcollins.com [205.175.227.47]) by hemlock.osuosl.org (Postfix) with ESMTPS id 9638E8708F for ; Sun, 27 Oct 2019 10:07:24 +0000 (UTC) IronPort-SDR: qmRDKnNJL4KdVGTXzs74BvZGGsKrDF7M19C9WOndgZD22vW02AHtRFnecDYm5i1wi0HwXdu8r+ xicIAMxxyEozSZB3mwgukAJkKxefgCFJ2vx1VzIvbRTCHYtXZYeD9QuNNj1LbDiOfVBwuLPOwg I2NoGaL6GN5T5kSmlnucWRouz+rVh7CQpetH68lYeFjjTdqXApG+KQySLTI8qL8tvAeUjdMzOO ICSkyv/xvOsWIWCV9rOtyzNDQgn3jntNOYOdvt8fVZluJKnoCILQbZ7pfX8KhQsh2m8z+9dKT5 ux0= Received: from ofwda1n02.rockwellcollins.com (HELO crulimr02.rockwellcollins.com) ([205.175.227.14]) by da1vs03.rockwellcollins.com with ESMTP; 27 Oct 2019 05:07:23 -0500 X-Received: from biscuits.rockwellcollins.lab (biscuits.rockwellcollins.lab [10.148.119.137]) by crulimr02.rockwellcollins.com (Postfix) with ESMTP id 30C2E605D6; Sun, 27 Oct 2019 05:07:23 -0500 (CDT) From: Matt Weber To: buildroot@buildroot.org Date: Sun, 27 Oct 2019 05:07:22 -0500 Message-Id: <20191027100722.64156-8-matthew.weber@rockwellcollins.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191027100722.64156-1-matthew.weber@rockwellcollins.com> References: <20191027100722.64156-1-matthew.weber@rockwellcollins.com> Subject: [Buildroot] [PATCH v2 8/8] package/flannel: remove 'v' prefix X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Heiko Thiery MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes version parsing for release-monitoring.org support. Cc: Arnout Vandecappelle (Essensium/Mind) Cc: Heiko Thiery Signed-off-by: Matthew Weber --- Change v1->v2 [Arnout - dropped 'v' from LDFLAGS use of verion in a -X line --- package/flannel/flannel.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/flannel/flannel.mk b/package/flannel/flannel.mk index d00d2df92c..0af06c7656 100644 --- a/package/flannel/flannel.mk +++ b/package/flannel/flannel.mk @@ -4,9 +4,9 @@ # ################################################################################ -FLANNEL_VERSION = v0.5.5 +FLANNEL_VERSION = 0.5.5 FLANNEL_SITE = https://github.com/coreos/flannel/archive -FLANNEL_SOURCE = $(FLANNEL_VERSION).tar.gz +FLANNEL_SOURCE = v$(FLANNEL_VERSION).tar.gz FLANNEL_LICENSE = Apache-2.0 FLANNEL_LICENSE_FILES = LICENSE