We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc257ab commit f5d37ffCopy full SHA for f5d37ff
1 file changed
tests/buildall/recipes/buildall.yaml
@@ -1,15 +1,17 @@
1
inherit: ['basement::rootrecipe']
2
3
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
+ - use: [tools]
+ depends:
+ # devel stuff (usually) not deployed to targets -> host compat toolchain
+ - devel::byacc
+ - devel::dtc
+ # - devel::intltool # FIXME: configure: error: XML::Parser perl module is required for intltool
+ - devel::lua-bin
+ - devel::makedepend
+ - devel::nasm
13
+ - devel::rpcsvc-proto
14
+ - devel::squashfs-tools
15
16
- name: libs::glib-tools
17
use: [tools]
0 commit comments