diff options
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 4 |
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 | ||
12 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ | 12 | SRC_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 | ||
17 | DEPENDS = "util-linux openssl" | 17 | DEPENDS = "util-linux openssl" |
@@ -42,5 +42,7 @@ do_compile() { | |||
42 | 42 | ||
43 | do_install() { | 43 | do_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 | ||