diff options
author | Paul Spooren <mail@aparcar.org> | 2021-05-18 15:36:10 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2021-05-27 00:03:05 +0200 |
commit | 6b6bcca1a05315c019eb55bec2b460a54c65ba1e (patch) | |
tree | 4ef976b58d7f5fd73676c2b0f84ea34c47bfeb91 /package/utils | |
parent | 0b0bec56ea1ac97098a7a546df2ebd62f7011129 (diff) | |
download | upstream-6b6bcca1a05315c019eb55bec2b460a54c65ba1e.tar.gz upstream-6b6bcca1a05315c019eb55bec2b460a54c65ba1e.tar.bz2 upstream-6b6bcca1a05315c019eb55bec2b460a54c65ba1e.zip |
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@aparcar.org>
(cherry picked from commit 25fdb42249aef7b5eb53675f82f0091c532bf90c)
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/busybox/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 475a154fa3..0d5e420943 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 |