summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer_1.0.bb
diff options
context:
space:
mode:
authorLiping Ke <liping.ke@intel.com>2011-03-17 13:28:42 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-17 11:50:21 +0000
commit95e27a0f604796b30d7e7e1d58d0925942cfefa9 (patch)
treee554b680695c872431d1189ad5727081e07ae0ec /meta/recipes-devtools/installer/adt-installer_1.0.bb
parenta508e7c03840efcd5877f4185e8f024cedb9453f (diff)
downloadopenembedded-core-contrib-95e27a0f604796b30d7e7e1d58d0925942cfefa9.tar.gz
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 <liping.ke@intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer_1.0.bb')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb2
1 files changed, 1 insertions, 1 deletions
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