summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-30 14:56:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:36 +0100
commitab9d2bb0f49a34956c999f2402ea95e4003c3f3f (patch)
tree569997877a79fca5c465038bab033767b32e2a14 /meta/recipes-devtools/installer
parentd8ab563a2dcfbc726407f3b690988eb51bd88784 (diff)
downloadpoky-ab9d2bb0f49a34956c999f2402ea95e4003c3f3f.tar.gz
adt-installer: No need to mark as nostamp
With the modern checksum infrastructure, this is no longer needed (much in the same way images no longer need this). (From OE-Core rev: db0ffc5a109c0b5e91f1fc67ac679bdc558c251f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer')
-rw-r--r--meta/recipes-devtools/installer/adt-installer_1.0.bb1
1 files changed, 0 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 22e3850706..4c2f0971a2 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1.0.bb
@@ -82,7 +82,6 @@ fakeroot do_populate_adt () {
82 cp ${WORKDIR}/adt_installer.tar.bz2 ${ADT_DEPLOY} 82 cp ${WORKDIR}/adt_installer.tar.bz2 ${ADT_DEPLOY}
83} 83}
84 84
85do_populate_adt[nostamp] = "1"
86do_configure[noexec] = "1" 85do_configure[noexec] = "1"
87do_compile[noexec] = "1" 86do_compile[noexec] = "1"
88do_package[noexec] = "1" 87do_package[noexec] = "1"