From patchwork Thu Feb 23 17:00:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 731598 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vTgW26cmvz9s7d for ; Fri, 24 Feb 2017 04:01:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 38E73314DE; Thu, 23 Feb 2017 17:01:29 +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 fM6OqhU+Z2H7; Thu, 23 Feb 2017 17:01:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 95F83314BA; Thu, 23 Feb 2017 17:01:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BB9BF1C03BF for ; Thu, 23 Feb 2017 17:01:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B97438B835 for ; Thu, 23 Feb 2017 17:01:02 +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 HqpJfSe1bM4B for ; Thu, 23 Feb 2017 17:01:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from exchange.essensium.com (220.77.144.195.ipv4.evonet.be [195.144.77.220]) by whitealder.osuosl.org (Postfix) with ESMTPS id 312418B82B for ; Thu, 23 Feb 2017 17:01:02 +0000 (UTC) Received: from vandecaa-laptop.local.ess-mail.com (10.3.4.138) by beleexch01.local.ess-mail.com (10.3.7.8) with Microsoft SMTP Server (TLS) id 15.0.847.32; Thu, 23 Feb 2017 18:00:51 +0100 From: "Arnout Vandecappelle (Essensium/Mind)" To: Date: Thu, 23 Feb 2017 18:00:31 +0100 Message-ID: <20170223170047.24417-10-arnout@mind.be> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170223170047.24417-1-arnout@mind.be> References: <20170223170047.24417-1-arnout@mind.be> MIME-Version: 1.0 X-Originating-IP: [10.3.4.138] X-ClientProxiedBy: beleexch01.local.ess-mail.com (10.3.7.8) To beleexch01.local.ess-mail.com (10.3.7.8) Subject: [Buildroot] [PATCH 09/25] lua-csnappy: remove default definition of PKG_SUBDIR X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The luarocks infra already provides the correct default value for PKG_SUBDIR, so it doesn't have to be defined in the .mk file. Therefore, _VERSION_UPSTREAM doesn't need to be defined either. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/lua-csnappy/lua-csnappy.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package/lua-csnappy/lua-csnappy.mk b/package/lua-csnappy/lua-csnappy.mk index 073925917d..1867b60e7a 100644 --- a/package/lua-csnappy/lua-csnappy.mk +++ b/package/lua-csnappy/lua-csnappy.mk @@ -4,9 +4,7 @@ # ################################################################################ -LUA_CSNAPPY_VERSION_UPSTREAM = 0.1.4 -LUA_CSNAPPY_VERSION = $(LUA_CSNAPPY_VERSION_UPSTREAM)-1 -LUA_CSNAPPY_SUBDIR = lua-csnappy-$(LUA_CSNAPPY_VERSION_UPSTREAM) +LUA_CSNAPPY_VERSION = 0.1.4-1 LUA_CSNAPPY_LICENSE = BSD-3c LUA_CSNAPPY_LICENSE_FILES = $(LUA_CSNAPPY_SUBDIR)/COPYRIGHT