From d4bae2ec024d819b0e29a910598c282cc49ca45d Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Mon, 17 Apr 2023 19:19:25 +0530 Subject: [PATCH] bulkdata: 2.1.0 --- bulkdata/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/bulkdata/Makefile b/bulkdata/Makefile index 097e20d47..eadbfa389 100755 --- a/bulkdata/Makefile +++ b/bulkdata/Makefile @@ -1,28 +1,24 @@ # # Copyright (C) 2022 iopsys Software Solutions AB # -# This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk PKG_NAME:=bulkdata -PKG_VERSION:=2.0.10 +PKG_VERSION:=2.1.0 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/bulkdata.git -PKG_SOURCE_VERSION:=6e85d2032e66df581fae7c72cd83cc89367b8fc8 +PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bulkdata.git +PKG_SOURCE_VERSION:=2dd55d9c9eb01ed1b11e16bad9e2c3e8badfffeb PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_HASH:=skip endif -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) - -PKG_LICENSE:=GPL-2.0-only +PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk