[oe-commits] Koen Kooi : dmai: comment out install, add staging

GIT User account git at amethyst.openembedded.net
Wed Feb 18 09:37:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b13f1cef96ed0d0298b54b192cbe70af7ff84d90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b13f1cef96ed0d0298b54b192cbe70af7ff84d90

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Feb 18 10:35:53 2009 +0100

dmai: comment out install, add staging

---

 packages/dsplink/dmai_1.20.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/dsplink/dmai_1.20.bb b/packages/dsplink/dmai_1.20.bb
index b7a03f5..134f823 100644
--- a/packages/dsplink/dmai_1.20.bb
+++ b/packages/dsplink/dmai_1.20.bb
@@ -39,9 +39,10 @@ do_compile() {
 }
 
 do_install () {
-	oe_runmake install
+	echo oe_runmake install
 }
 
 do_stage () {
-	:
+	install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dmai
+	cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/dmai
 }





More information about the Openembedded-commits mailing list