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