Anastasia Klimchuk has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/83611 Reviewed-by: Peter Marheine pmarheine@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Peter Marheine: Looks good to me, approved build bot (Jenkins): Verified
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',