[oe-commits] Simon Busch : tsmd: install script to /usr/bin and not to /bin and bmp PR

git version control git at git.openembedded.org
Wed Mar 2 07:33:01 UTC 2011


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue Mar  1 19:50:33 2011 +0100

tsmd: install script to /usr/bin and not to /bin and bmp PR

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/palmpre/tsmd_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/palmpre/tsmd_git.bb b/recipes/palmpre/tsmd_git.bb
index 0cef19e..b0bb7f1 100644
--- a/recipes/palmpre/tsmd_git.bb
+++ b/recipes/palmpre/tsmd_git.bb
@@ -6,7 +6,7 @@ LICENSE = "GPL"
 
 DEPENDS = "tslib"
 
-PR = "r3"
+PR = "r4"
 PV = "1.0.0+gitr${SRCPV}"
 
 SRCREV = "9262a2e4f8f6e6c7bcacf1eeae0ad348cbfcce06"
@@ -29,5 +29,5 @@ do_install_append() {
 	install -d 0644 ${D}${sysconfdir}/init.d/
 	install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/
 	install -d 0644 ${D}${base_bindir}/
-	install -m 0755 ${WORKDIR}/tsmd_control ${D}${base_bindir}/tsmd_control
+	install -m 0755 ${WORKDIR}/tsmd_control ${D}${exec_prefix}/bin/tsmd_control
 }





More information about the Openembedded-commits mailing list