From b13f1cef96ed0d0298b54b192cbe70af7ff84d90 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 18 Feb 2009 10:35:53 +0100 Subject: dmai: comment out install, add staging --- packages/dsplink/dmai_1.20.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') 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 } -- cgit v1.2.3