From e602ca0bb1b2a44e85c8f67db080762cc1c2362b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Fri, 4 Feb 2022 00:07:55 +0100 Subject: [PATCH] base-files: remove REVISION from version This commits converts the `base-files` version to a semantic version instead of containing a hash. Instead add the revision as a provides flag so developers can still see the commit hash if needed. Signed-off-by: Paul Spooren --- package/base-files/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 0017f6a218..0ddd6a59f2 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2021 OpenWrt.org +# Copyright (C) 2007-2022 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. @@ -39,10 +39,11 @@ endif define Package/base-files SECTION:=base CATEGORY:=Base system - DEPENDS:=+netifd +libc +jsonfilter usign openwrt-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool + DEPENDS:=+netifd +libc +jsonfilter +usign +openwrt-keyring +NAND_SUPPORT:ubi-utils +fstools +fwtool TITLE:=Base filesystem for OpenWrt URL:=http://openwrt.org/ - VERSION:=$(PKG_RELEASE)-$(REVISION) + VERSION:=$(PKG_RELEASE) + PROVIDES:=base-files-$(REVISION) endef define Package/base-files/conffiles -- 2.30.2