diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-18 10:35:53 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-18 10:35:53 +0100 |
commit | b13f1cef96ed0d0298b54b192cbe70af7ff84d90 (patch) | |
tree | 363fdfe8ed9470d5124b762c8bd88c999adfc6c2 /packages | |
parent | 2d25fe0db045168bfeb301f94d0799f43c7d0aac (diff) |
dmai: comment out install, add staging
Diffstat (limited to 'packages')
-rw-r--r-- | 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 b7a03f59de..134f8230c8 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 } |