grub2: add missing license
authorPaul Spooren <mail@aparcar.org>
Mon, 4 Apr 2022 11:17:25 +0000 (13:17 +0200)
committerPaul Spooren <mail@aparcar.org>
Mon, 4 Apr 2022 16:15:02 +0000 (18:15 +0200)
The PKG_LICENSE field was missing.
While at it, normalize the Makefile a bit.

Signed-off-by: Paul Spooren <mail@aparcar.org>
package/boot/grub2/Makefile

index 67b36842ecdb2ec9f917db53c944bd0e366acec6..c4cc43de2e60aa7ea81f41c0f760862b748a3804 100644 (file)
@@ -6,7 +6,6 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=grub
-PKG_CPE_ID:=cpe:/a:gnu:grub2
 PKG_VERSION:=2.06
 PKG_RELEASE:=$(AUTORELEASE)
 
@@ -14,6 +13,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/grub
 PKG_HASH:=b79ea44af91b93d17cd3fe80bdae6ed43770678a9a5ae192ccea803ebb657ee1
 
+PKG_LICENSE:=GPL-3.0-or-later
+PKG_CPE_ID:=cpe:/a:gnu:grub2
+
 HOST_BUILD_PARALLEL:=1
 PKG_BUILD_DEPENDS:=grub2/host