summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/packagegroups/packagegroup-agl-devel.bb
blob: ade8560abc9e68bffa2830a9873152e9891a4396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SUMMARY = "Provides a set of tools for development for AGL DISTRO"
LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} = "\
        strace \
        ldd \
        less \
        vim \
        lsof \
        gdb \
        valgrind \
        perf \
        htop \
        powertop \
        latencytop \
        systemtap \
        screen \
        usbutils \
        rsync \
        tree \
        pstree \
        "