aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/urandom-seed/Makefile
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-02-23 21:39:26 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-06-24 16:05:55 +0200
commitd4dea7efcdc46530d47b2fa33ebc7f6606491d3d (patch)
treedc70c68a6f7078db11206e37369f8cb378173384 /package/system/urandom-seed/Makefile
parent221f97ff4737f012c90feb086bc1c2ed86c6001b (diff)
downloadupstream-d4dea7efcdc46530d47b2fa33ebc7f6606491d3d.tar.gz
upstream-d4dea7efcdc46530d47b2fa33ebc7f6606491d3d.tar.bz2
upstream-d4dea7efcdc46530d47b2fa33ebc7f6606491d3d.zip
urandom-seed: update Makefile
- update SPDX license identifier - use https in URL - use default PKG_BUILD_DIR Suggested-by: Josef Schlehofer <josef.schlehofer@nic.cz> Tested-by: Josef Schlehofer <josef.schlehofer@nic.cz> Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'package/system/urandom-seed/Makefile')
-rw-r--r--package/system/urandom-seed/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/system/urandom-seed/Makefile b/package/system/urandom-seed/Makefile
index aa13765a52..5a48a07ce1 100644
--- a/package/system/urandom-seed/Makefile
+++ b/package/system/urandom-seed/Makefile
@@ -2,10 +2,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=urandom-seed
PKG_VERSION:=1.0
-PKG_RELEASE:=1
-PKG_LICENSE:=GPL-2.0
-
-PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_RELEASE:=2
+PKG_LICENSE:=GPL-2.0-only
include $(INCLUDE_DIR)/package.mk
@@ -14,7 +12,7 @@ define Package/urandom-seed
CATEGORY:=Base system
DEPENDS:=+getrandom
TITLE:=/etc/urandom.seed handling for OpenWrt
- URL:=http://openwrt.org/
+ URL:=https://openwrt.org/
endef
define Build/Prepare