blob: e831860051adff248b0b583291e52d350fa81610 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Provides a small set of tools for development on the device"
2LICENSE = "MIT"
3
4PR = "r1"
5
6inherit packagegroup
7
8RPROVIDES_${PN} = "qemu-config"
9RREPLACES_${PN} = "qemu-config"
10RCONFLICTS_${PN} = "qemu-config"
11
12RDEPENDS_${PN} = "\
13 distcc-config \
14 oprofileui-server \
15 nfs-export-root \
16 bash \
17 "
18