aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-07-21 21:25:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 12:38:41 +0100
commitae7bf72292de3db370373eee6c8084af63d788b5 (patch)
tree9cec92bd658215a0fca36ced95936bc1204a265c /meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch
parent3a3c69a1bc3cf0b6f6a3b13d86c12ed21798d48e (diff)
downloadopenembedded-core-contrib-ae7bf72292de3db370373eee6c8084af63d788b5.tar.gz
tcf-agent: upgrade to the latest stable revision 0.0+svnr1855
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch b/meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch
index 60b0b2728e..fefaf040bb 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent/fix_tcf-agent.init.patch
@@ -2,15 +2,15 @@ Upstream-Status: Inappropriate [poky-specific script]
--- a/Makefile
+++ b/Makefile
-@@ -32,7 +32,7 @@
- install -d -m 755 $(INSTALLROOT)$(SBIN)
- install -d -m 755 $(INSTALLROOT)$(INIT)
+@@ -64,7 +64,7 @@
+ install -d -m 755 $(INSTALLROOT)$(INCLUDE)/tcf/services
install -c $(BINDIR)/agent -m 755 $(INSTALLROOT)$(SBIN)/tcf-agent
-- install -c $(TCF_AGENT_DIR)/main/tcf-agent.init -m 755 $(INSTALLROOT)$(INIT)/tcf-agent
+ install -c $(BINDIR)/client -m 755 $(INSTALLROOT)$(SBIN)/tcf-client
+- install -c main/tcf-agent.init -m 755 $(INSTALLROOT)$(INIT)/tcf-agent
+ install -c tcf-agent.init -m 755 $(INSTALLROOT)$(INIT)/tcf-agent
-
- clean:
- rm -rf $(BINDIR)
+ install -c config.h -m 755 $(INSTALLROOT)$(INCLUDE)/tcf/config.h
+ install -c -t $(INSTALLROOT)$(INCLUDE)/tcf/framework -m 644 framework/*.h
+ install -c -t $(INSTALLROOT)$(INCLUDE)/tcf/services -m 644 services/*.h
--- /dev/null
+++ b/tcf-agent.init
@@ -0,0 +1,78 @@