Skip to content

Commit f5d37ff

Browse files
committed
tests/buildall: do not use deps of host packages
Do not use the provided dependencies from the host packages to avoid incompatible provided variants.
1 parent fc257ab commit f5d37ff

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

tests/buildall/recipes/buildall.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
inherit: ['basement::rootrecipe']
22

33
depends:
4-
# devel stuff (usually) not deployed to targets -> host compat toolchain
5-
- devel::byacc
6-
- devel::dtc
7-
# - devel::intltool # FIXME: configure: error: XML::Parser perl module is required for intltool
8-
- devel::lua-bin
9-
- devel::makedepend
10-
- devel::nasm
11-
- devel::rpcsvc-proto
12-
- devel::squashfs-tools
4+
- use: [tools]
5+
depends:
6+
# devel stuff (usually) not deployed to targets -> host compat toolchain
7+
- devel::byacc
8+
- devel::dtc
9+
# - devel::intltool # FIXME: configure: error: XML::Parser perl module is required for intltool
10+
- devel::lua-bin
11+
- devel::makedepend
12+
- devel::nasm
13+
- devel::rpcsvc-proto
14+
- devel::squashfs-tools
1315

1416
- name: libs::glib-tools
1517
use: [tools]

0 commit comments

Comments
 (0)