From 95e27a0f604796b30d7e7e1d58d0925942cfefa9 Mon Sep 17 00:00:00 2001 From: Liping Ke Date: Thu, 17 Mar 2011 13:28:42 +0800 Subject: ADT: bug fix for nameing and do_patch sequence This patch is for fixing the x86-64 image name bug and also, do_patch must be done before do_deploy. Signed-off-by: Liping Ke --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb') diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index ff7afe6623..7e82c92677 100644 --- a/meta/recipes-devtools/installer/adt-installer_1.0.bb +++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb @@ -82,4 +82,4 @@ do_package_write_rpm[noexec] = "1" do_package_write_deb[noexec] = "1" do_poplulate_sysroot[noexec] = "1" -addtask deploy before do_populate_sysroot after do_unpack +addtask deploy before do_populate_sysroot after do_patch -- cgit 1.2.3-korg