From: Marcin Juszkiewicz Date: Tue, 22 Aug 2006 08:45:37 +0000 (+0000) Subject: linux-openzaurus: added dummy do_rm_work to not remove WORKDIR because wlan-ng stuff... X-Git-Tag: Release-2010-05/1~9453^2~911^2~26^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71447f62c6b08e13bb2c4ac4429268fc67ab6fa1;p=openembedded.git linux-openzaurus: added dummy do_rm_work to not remove WORKDIR because wlan-ng stuff needs it --- diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index 0bb2e3a645..bba29ac1d6 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/packages/linux/linux-openzaurus.inc @@ -198,3 +198,7 @@ do_deploy() { do_deploy[dirs] = "${S}" addtask deploy before do_package after do_install + +# wlan-ng stuff need compiled kernel sources +do_rm_work() { +}