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 <[email protected]> diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 22e3850..4c2f097 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" -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
