From: Richard Purdie Date: Wed, 30 Sep 2015 13:56:49 +0000 (+0100) Subject: adt-installer: No need to mark as nostamp X-Git-Tag: 2015-10~184 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=db0ffc5a109c0b5e91f1fc67ac679bdc558c251f;p=openembedded-core.git 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). Signed-off-by: Richard Purdie --- 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 () { cp ${WORKDIR}/adt_installer.tar.bz2 ${ADT_DEPLOY} } -do_populate_adt[nostamp] = "1" do_configure[noexec] = "1" do_compile[noexec] = "1" do_package[noexec] = "1"