summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
diff options
context:
space:
mode:
authorLi Wang <li.wang@windriver.com>2013-11-27 15:55:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 09:52:56 +0000
commitebe51c79e9d307e43a42a66b67ced87d092ce39f (patch)
tree561cbeb3f094f2cac73da197dfaf867129fd4454 /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
parent013a828eb9f7b68e3b9734037352a0442ba3a6b4 (diff)
downloadpoky-ebe51c79e9d307e43a42a66b67ced87d092ce39f.tar.gz
tcf-agent: add init.d/tcf-agent status command
(From OE-Core rev: 5b3c4863665eabf7750ff1bdd975ea1f4772006b) Signed-off-by: Li Wang <li.wang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 09b153ed57..e7779cd210 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -11,7 +11,7 @@ PR = "r2"
11 11
12SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ 12SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \
13 file://fix_ranlib.patch \ 13 file://fix_ranlib.patch \
14 file://fix_tcf-agent.init.patch \ 14 file://tcf-agent.init \
15 " 15 "
16 16
17DEPENDS = "util-linux openssl" 17DEPENDS = "util-linux openssl"
@@ -42,5 +42,7 @@ do_compile() {
42 42
43do_install() { 43do_install() {
44 oe_runmake install INSTALLROOT=${D} 44 oe_runmake install INSTALLROOT=${D}
45 install -d ${D}${sysconfdir}/init.d/
46 install -m 0755 ${WORKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent
45} 47}
46 48