Skip to content

Commit 9961879

Browse files
authored
Merge pull request #22 from eclipse-score/ankr_cleanup_dep_qnx_image
Clean up dependencies to modules
2 parents 7272c30 + f3b67d9 commit 9961879

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

qnx_qemu/MODULE.bazel

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,9 @@ bazel_dep(name = "rules_cc", version = "0.1.1")
9191
bazel_dep(name = "score_itf", version = "0.1.0")
9292
bazel_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

10798
bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost")
10899
archive_override(

qnx_qemu/build/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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__"

0 commit comments

Comments
 (0)