We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac87ec commit 0ed8896Copy full SHA for 0ed8896
classes/cargo_bin.bbclass
@@ -1,5 +1,8 @@
1
inherit rust_bin-common
2
3
+# Enable network for the compile task allowing cargo to download dependencies
4
+do_compile[network] = "1"
5
+
6
# Many crates rely on pkg-config to find native versions of their libraries for
7
# linking - do the simple thing and make it generally available.
8
DEPENDS:append = "\
0 commit comments