Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/83611?usp=email )
Change subject: meson: Fix project name as flashrom ......................................................................
meson: Fix project name as flashrom
Change-Id: I08785283a62c21491ac633f6fed43a7dc3fd825a Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/11/83611/1
diff --git a/meson.build b/meson.build index 458b6e8..ae56b26 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('flashromutils', 'c', +project('flashrom', 'c', version : run_command('cat', 'VERSION', check: true).stdout().strip(), license : 'GPL-2.0', meson_version : '>=0.56.0',