From: Koen Kooi Date: Wed, 18 Feb 2009 09:35:53 +0000 (+0100) Subject: dmai: comment out install, add staging X-Git-Tag: Release-2010-05/1~3975^2~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13f1cef96ed0d0298b54b192cbe70af7ff84d90;p=openembedded.git dmai: comment out install, add staging --- 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 }