treewide: replace workspace name with new canonical name style
When we completely migrate to bzlmod, the old workspace name is not available anymore. This replaces its usage early.
Change-Id: I976d40a71f56199f1f214f04aab0972ff51a7de3
Reviewed-on: https://review.monogon.dev/c/monogon/+/3228
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/third_party/qemu/patches/bazel_support.patch b/third_party/qemu/patches/bazel_support.patch
index 6a1daff..4770db8 100644
--- a/third_party/qemu/patches/bazel_support.patch
+++ b/third_party/qemu/patches/bazel_support.patch
@@ -6,7 +6,7 @@
@@ -0,0 +1,1356 @@
+load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library")
+load("@rules_python//python:defs.bzl", "py_binary")
-+load("@dev_source_monogon//build/utils:template_file.bzl", "template_file")
++load("@@//build/utils:template_file.bzl", "template_file")
+load(":defs.bzl", "filter_label_suffix", "filter_label_contains")
+load("//:defs.bzl", "cc_qemu_keymaps")
+
@@ -1433,7 +1433,7 @@
+ cfg = "exec",
+ ),
+ "_savestdout": attr.label(
-+ default = Label("@dev_source_monogon//build/savestdout"),
++ default = Label("@@//build/savestdout"),
+ executable = True,
+ cfg = "exec",
+ ),
@@ -1724,7 +1724,7 @@
+ cfg = "exec",
+ ),
+ "_savestdout": attr.label(
-+ default = Label("@dev_source_monogon//build/savestdout"),
++ default = Label("@@//build/savestdout"),
+ executable = True,
+ cfg = "exec",
+ ),