Skip to content

Commit

Permalink
grub2: add missing license
Browse files Browse the repository at this point in the history
The PKG_LICENSE field was missing.
While at it, normalize the Makefile a bit.

Signed-off-by: Paul Spooren <mail@aparcar.org>
  • Loading branch information
aparcar committed Apr 4, 2022
1 parent d7eba80 commit 839b1ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/boot/grub2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ 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)

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

Expand Down

0 comments on commit 839b1ff

Please sign in to comment.