ti-ocf-crypto-module: add crypto module for hw accel
[openembedded.git] / recipes / pstree / pstree_2.33.bb
blobf875f46cb79b6605baafab452571d1eff5fbd308
1 SECTION = "base"
2 DESCRIPTION = "pstree cli tool to nicely show processes tree"
3 LICENSE = "GPL"
4 DEPENDS = "libnl"
5 PR = "r0"
7 S = "${WORKDIR}"
9 do_compile() {
10 ${CC} -O ${CFLAGS} ${LDFLAGS} -o pstree pstree.c
13 do_install() {
14 install -d ${D}/bin/
15 install -m 0755 pstree ${D}/bin/
18 SRC_URI = "\
19 ftp://ftp.thp.uni-duisburg.de/pub/source/${PN}-${PV}.tar.gz \
22 SRC_URI[md5sum] = "b0a85caacd85f78bd83700afa86ec2e9"
23 SRC_URI[sha256sum] = "0f06116208cf15932cf99785d001c053e523e0aed474b936858f1b7f61a6c990"