]> code.ossystems Code Review - openembedded-core.git/commitdiff
adt-installer: No need to mark as nostamp
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:56:49 +0000 (14:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Oct 2015 06:40:36 +0000 (07:40 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/installer/adt-installer_1.0.bb

index 22e38507065d0c776766bb86b9f81e27f5f4e84e..4c2f0971a24cd54c9041d970030ed10629a536c5 100644 (file)
@@ -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"