From 3c3f98545132872ce178488794a4984c3c611890 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Sun, 25 Feb 2007 10:43:02 +0000 Subject: [PATCH] ixp4xx-kernel.inc: Moved the execution of do_deploy so that it's compatible with rm_work.bbclass --- packages/linux/ixp4xx-kernel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index 57d3028742..b16c3d481d 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -364,4 +364,4 @@ do_deploy() { deploy_image 'fsg3${SITEINFO_ENDIANESS}' 'fsg3' } -addtask deploy before do_build after do_compile +addtask deploy before do_package after do_install -- 2.39.5