From 006cf7c0bf2b9d20fa87a53392738dfb849467c3 Mon Sep 17 00:00:00 2001 From: Suvendhu Hansa Date: Tue, 29 Oct 2024 05:22:43 +0530 Subject: [PATCH] update tools_input for bulkdata --- tools/tools_input.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/tools_input.json b/tools/tools_input.json index f80774fb..52289d5e 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -22,8 +22,10 @@ { "repo": "https://dev.iopsys.eu/bbf/bulkdata.git", "proto": "git", + "version": "devel", "dm_files": [ - "bbf_plugin/bulkdata.json" + "src/datamodel.c", + "src/utils.c" ] }, {