File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed
Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -91,18 +91,9 @@ bazel_dep(name = "rules_cc", version = "0.1.1")
9191bazel_dep (name = "score_itf" , version = "0.1.0" )
9292bazel_dep (name = "score_baselibs" , version = "0.1.3" )
9393
94- bazel_dep (name = "score_communication" , version = "0.0.1" )
95- git_override (
96- module_name = "score_communication" ,
97- commit = "2d0d067b064a6e27d115f382bc938a30d44f08e7" ,
98- remote = "https://github.com/eclipse-score/communication.git" ,
99- )
100- bazel_dep (name = "scrample" , version = "0.0.1" )
101- git_override (
102- module_name = "scrample" ,
103- commit = "a56570127abc583ad6127f27bae31ae3643b2eb9" ,
104- remote = "https://github.com/eclipse-score/scrample.git" ,
105- )
94+ bazel_dep (name = "score_communication" , version = "0.1.1" )
95+
96+ bazel_dep (name = "score_scrample" , version = "0.1.0" )
10697
10798bazel_dep (name = "rules_boost" , repo_name = "com_github_nelhage_rules_boost" )
10899archive_override (
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ qnx_ifs(
4949 "system.build" ,
5050 ":scripts" ,
5151 ":configs" ,
52- "@scrample //src:scrample" ,
52+ "@score_scrample //src:scrample" ,
5353 "//scrample_integration:etc_configs" ,
5454 ],
5555 ext_repo_maping = {
56- "SCRAMPLE_PATH" : "$(location @scrample //src:scrample)" ,
56+ "SCRAMPLE_PATH" : "$(location @score_scrample //src:scrample)" ,
5757 },
5858 visibility = [
5959 "//:__pkg__"
You can’t perform that action at this time.
0 commit comments