Skip to content

Commit eee48e3

Browse files
committed
add platforms
Signed-off-by: wep21 <[email protected]>
1 parent 8d36212 commit eee48e3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

modules/iceoryx/2.0.5/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ module(
55
)
66
bazel_dep(name = "rules_cc", version = "0.0.9")
77
bazel_dep(name = "cpptoml", version = "0.1.1")
8+
bazel_dep(name = "platforms", version = "0.0.7")

modules/iceoryx/2.0.5/patches/module_dot_bazel.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ new file mode 100644
33
index 000000000..96a357a76
44
--- /dev/null
55
+++ MODULE.bazel
6-
@@ -0,0 +1,7 @@
6+
@@ -0,0 +1,8 @@
77
+module(
88
+ name = "iceoryx",
99
+ version = "2.0.5",
1010
+ compatibility_level = 1,
1111
+)
1212
+bazel_dep(name = "rules_cc", version = "0.0.9")
1313
+bazel_dep(name = "cpptoml", version = "0.1.1")
14+
+bazel_dep(name = "platforms", version = "0.0.7")

modules/iceoryx/2.0.5/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"add_build_file.patch": "sha256-iwzaFbru3L6ydOUiCtYBsOAQwPltMZxJz8NVqJU4Uz4=",
77
"configure_file_dot_bzl.patch": "sha256-SrSiV900h1wx+26lFdQk6MNzJ8MrjZCeKHS/oKIj8Ig=",
88
"configure_version_dot_bzl.patch": "sha256-KsnDxVScN/gTyDVV7ABajjqzTxsJPcSXJxyLv033BvI=",
9-
"module_dot_bazel.patch": "sha256-lm6t+AdjMHpxfS5KEDOWWQRiCFLKIuHot2AHbhvyKGs="
9+
"module_dot_bazel.patch": "sha256-tpbg25dbMi+CD+HTvWAqr9zWeGjNuMbzqlR9wIQKTYM="
1010
},
1111
"patch_strip": 0
1212
}

0 commit comments

Comments
 (0)