summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-platform/packagegroups/packagegroup-agl-core-devel.bb
blob: f3e2a9eff1e090f19253ae52ffc68961ce659e12 (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 \
        screen \
        usbutils \
        rsync \
        pstree \
        procps \
        libxslt-bin \
        gcc-sanitizers \
        pciutils \
        "

# needs meta-oe present
#RRECOMMENDS:${PN} = "\
#        jq \
#        htop \
#        tree \
#"