pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

yosys-dev: bash added as a runtime dep as yosys-config needs it



Module Name:	pkgsrc-wip
Committed By:	Mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jan 21 11:12:02 2025 +0530
Changeset:	987eda4ca394ba004b035da03742eeb0292c1151

Modified Files:
	yosys-dev/Makefile

Log Message:
yosys-dev: bash added as a runtime dep as yosys-config needs it

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=987eda4ca394ba004b035da03742eeb0292c1151

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 yosys-dev/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/yosys-dev/Makefile b/yosys-dev/Makefile
index b50a9f104e..8a4f78560e 100644
--- a/yosys-dev/Makefile
+++ b/yosys-dev/Makefile
@@ -57,6 +57,7 @@ REPLACE_PYTHON+=	tests/share/*.py
 REPLACE_PYTHON+=	tests/tools/*.py
 
 REPLACE_BASH+=		misc/yosys-config.in
+DEPENDS+=		bash-[0-9]*:../../shells/bash
 
 do-configure:
 	cd ${WRKSRC} && ${MAKE_PROGRAM} config-${YOSYS_COMPILER}


Home | Main Index | Thread Index | Old Index