Skip to content

Commit 63af7f3

Browse files
authored
Merge pull request #104 from Ossanes/topic/honister
Add honister as compatible layer and apply convert-overrides
2 parents 299e319 + d33a548 commit 63af7f3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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
"

conf/layer.conf

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ BBFILE_PRIORITY_rust-bin-layer = "7"
1111
LICENSE_PATH += "${LAYERDIR}/files/common-licenses"
1212

1313
LAYERSERIES_COMPAT_rust-bin-layer = " \
14-
sumo \
15-
rocko \
16-
thud \
17-
warrior \
18-
zeus \
1914
dunfell \
2015
gatesgarth \
2116
hardknott \
17+
honister \
2218
"

0 commit comments

Comments
 (0)