summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/packagegroups/packagegroup-core-device-devel.bb
blob: e55eed52e33661702d972f8f9f6c05eee417d419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "Provides a small set of tools for development on the device"
LICENSE = "MIT"

inherit packagegroup

RPROVIDES_${PN} = "qemu-config"
RREPLACES_${PN} = "qemu-config"

RDEPENDS_${PN} = "\
    distcc-config \
    oprofileui-server \
    nfs-export-root \
    bash \
    "