diff mbox series

[yocto-autobuilder-helper,dunfell] config.json: use buildtools for all fedora

Message ID 30b819d71edcf6f3bfea1bb652ae16793b9660d4.1685824850.git.steve@sakoman.com
State New
Headers show
Series [yocto-autobuilder-helper,dunfell] config.json: use buildtools for all fedora | expand

Commit Message

Steve Sakoman June 3, 2023, 8:42 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 config.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index dac9d62..607e3ef 100644
--- a/config.json
+++ b/config.json
@@ -1149,6 +1149,7 @@ 
     "buildtools" : {
         "debian8*" : "${BUILDTOOLS_URL}",
         "centos7*" : "${BUILDTOOLS_URL}",
+        "fedora*" : "${BUILDTOOLS_URL}",
         "perf-centos7*" : "${BUILDTOOLS_URL}",
         "opensuse153*" : "${BUILDTOOLS_URL}",
         "opensuse154*" : "${BUILDTOOLS_URL}",