summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-devtools/packagegroups/packagegroup-agl-core-devel.bb
blob: 7e8f007bd25e7ab85f98ee3b44d99b0d1d02465f (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
25
26
27
28
29
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 \
        screen \
        usbutils \
        rsync \
        tree \
        pstree \
        procps \
        jq \
        libxslt-bin \
        agl-service-network-tools \
        gcc-sanitizers \
        pciutils \
        pyagl \
        "