From de138ef7ab1ef4d0a36242231c2f9e59b555e63a Mon Sep 17 00:00:00 2001 From: Manuel Eggimann Date: Thu, 9 Sep 2021 11:32:33 +0200 Subject: [PATCH] Align package name with dependency reference name Bender has the issue, that most of the time it ignores the name state it the bender.yml and uses the name used in dependent packages (e.g. riscv core package). All other repos refer to this package as "fpnew" although it is actually called "FPnew". This can cause issues since bender does not realize that there are clashes between identical packages (according to their package name) if the parent packages refer to them under different names. This can cause a whole nightmare of synthesis issues if incompatible versions are infoluntarely combined that way. --- Bender.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bender.yml b/Bender.yml index 9a44eb48..5b9c5b01 100644 --- a/Bender.yml +++ b/Bender.yml @@ -1,5 +1,5 @@ package: - name: FPnew + name: fpnew authors: ["Stefan Mach "] dependencies: