blob: edee474ecac2fe8b4aff88dcb6be7942baa2c70a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUMMARY = "Provides a small set of tools for development on the device"
PR = "r1"
inherit packagegroup
RPROVIDES_${PN} = "qemu-config"
RREPLACES_${PN} = "qemu-config"
RCONFLICTS_${PN} = "qemu-config"
RDEPENDS_${PN} = "\
distcc-config \
nfs-export-root \
bash \
binutils-symlinks \
"
|