[oe-commits] Dvorkin Dmitry : pstree: added recipe

git version control git at git.openembedded.org
Mon Nov 15 18:32:35 UTC 2010


Module: openembedded.git
Branch: master
Commit: b79c5f4e3f9cc1ce7db90f31fbb9eb04f9be8334
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b79c5f4e3f9cc1ce7db90f31fbb9eb04f9be8334

Author: Dvorkin Dmitry <dvorkin at tibbo.com>
Date:   Mon Nov 15 07:17:37 2010 +0000

pstree: added recipe

Signed-off-by: Dvorkin Dmitry <dvorkin at tibbo.com>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 recipes/pstree/pstree_2.33.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/pstree/pstree_2.33.bb b/recipes/pstree/pstree_2.33.bb
new file mode 100644
index 0000000..4695323
--- /dev/null
+++ b/recipes/pstree/pstree_2.33.bb
@@ -0,0 +1,24 @@
+AUTHOR = "Dvorkin Dmitry dvorkin at tibbo.com"
+SECTION = "base"
+DESCRIPTION = "pstree cli tool to nicely show processes tree"
+LICENSE = "GPL"
+DEPENDS = "libnl"
+PR = "r0"
+
+S = "${WORKDIR}"
+
+do_compile() {
+  ${CC} -O ${CFLAGS} ${LDFLAGS} -o pstree pstree.c
+}
+
+do_install() {
+  install -d ${D}/bin/
+  install -m 0755 pstree ${D}/bin/
+}
+
+SRC_URI = "\
+  ftp://ftp.thp.uni-duisburg.de/pub/source/${PN}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "b0a85caacd85f78bd83700afa86ec2e9"
+SRC_URI[sha256sum] = "0f06116208cf15932cf99785d001c053e523e0aed474b936858f1b7f61a6c990"





More information about the Openembedded-commits mailing list