From 5b3c4863665eabf7750ff1bdd975ea1f4772006b Mon Sep 17 00:00:00 2001 From: Li Wang Date: Wed, 27 Nov 2013 15:55:44 +0800 Subject: tcf-agent: add init.d/tcf-agent status command Signed-off-by: Li Wang Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb') 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" SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ file://fix_ranlib.patch \ - file://fix_tcf-agent.init.patch \ + file://tcf-agent.init \ " DEPENDS = "util-linux openssl" @@ -42,5 +42,7 @@ do_compile() { do_install() { oe_runmake install INSTALLROOT=${D} + install -d ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/tcf-agent.init ${D}${sysconfdir}/init.d/tcf-agent } -- cgit 1.2.3-korg