Skip to content

Commit ef6647f

Browse files
committed
Run convert-overrides.py against the layer
The script applied is a conversion script to add new override syntax to existing bitbake metadata. The current revision of the script is 41bff44 and can be found on oe-core repository. Signed-off-by: Vinicius Aquino <[email protected]>
1 parent b2daace commit ef6647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/cargo.bbclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ inherit rust-common
22

33
# Many crates rely on pkg-config to find native versions of their libraries for
44
# linking - do the simple thing and make it generally available.
5-
DEPENDS_append = "\
5+
DEPENDS:append = "\
66
cargo-bin-cross-${TARGET_ARCH} \
77
pkgconfig-native \
88
"

0 commit comments

Comments
 (0)