We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fb12f8 + 35f649d commit d272f96Copy full SHA for d272f96
classes/cargo.bbclass
@@ -40,6 +40,8 @@ WRAPPER_DIR = "${WORKDIR}/wrappers"
40
# Set the Cargo manifest path to the typical location
41
CARGO_MANIFEST_PATH ?= "${S}/Cargo.toml"
42
43
+FILES:${PN}-dev += "${libdir}/*.rlib"
44
+
45
CARGO_BUILD_FLAGS = "\
46
--verbose \
47
--manifest-path ${CARGO_MANIFEST_PATH} \
0 commit comments