Add git-base and mozilla-rootcerts-openssl as tool dependencies
authorLloyd Parkes <lloyd@must-have-coffee.gen.nz>
Sun, 30 Oct 2022 18:59:07 +0000 (07:59 +1300)
committerLloyd Parkes <lloyd@must-have-coffee.gen.nz>
Tue, 1 Nov 2022 00:47:27 +0000 (13:47 +1300)
because yosys downloads abc from Github at build time.

yosys/Makefile

index 55cc1d0d4a40c379bf7e710bfa17cd407c1cbcc4..183eb63bd054b881a4a5b161cc55f569e517f5d9 100644 (file)
@@ -61,6 +61,9 @@ SUBST_FILES.python+=  tests/tools/txt2tikztiming.py
 BUILDLINK_TRANSFORM=   rm:-ldl
 .endif
 
+TOOL_DEPENDS+=          git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+=          mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+
 do-configure:
        ${RUN} ${ECHO} 'CONFIG := ${YOSYS_CONFIG}' > ${WRKSRC}/Makefile.conf