[openwrt/openwrt] busybox: use $(AUTORELEASE) and SPDX

LEDE Commits lede-commits at lists.infradead.org
Tue May 18 10:20:50 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/25fdb42249aef7b5eb53675f82f0091c532bf90c

commit 25fdb42249aef7b5eb53675f82f0091c532bf90c
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Tue May 18 15:36:10 2021 +0200

    busybox: use $(AUTORELEASE) and SPDX
    
    use AUTORELEASE since BusyBox is often updaten and PKG_RELEASE is not
    consistently bumped. Also use SPDX license headers to be machine
    readable and bump the copyright year to 2021.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 package/utils/busybox/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile
index 76a910361e..242a2428ac 100644
--- a/package/utils/busybox/Makefile
+++ b/package/utils/busybox/Makefile
@@ -1,15 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
-# Copyright (C) 2006-2020 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# Copyright (C) 2006-2021 OpenWrt.org
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=busybox
 PKG_VERSION:=1.33.1
-PKG_RELEASE:=1
+PKG_RELEASE:=$(AUTORELEASE)
 PKG_FLAGS:=essential
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2



More information about the lede-commits mailing list