mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
nvme: fix legal-info
Fixes: http://autobuild.buildroot.net/results/441/441afa17dfd6f259642526850d92f1c9965d8353/ The license file is called LICENSE, not COPYING. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
NVME_VERSION = v0.3
|
||||
NVME_SITE = $(call github,linux-nvme,nvme-cli,$(NVME_VERSION))
|
||||
NVME_LICENSE = GPLv2+
|
||||
NVME_LICENSE_FILES = COPYING
|
||||
NVME_LICENSE_FILES = LICENSE
|
||||
|
||||
# LIBUDEV=1 means that libudev is _disabled_
|
||||
define NVME_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user