From: Richard Purdie Date: Wed, 30 Sep 2015 13:57:20 +0000 (+0100) Subject: meta-ide-support: No need to mark as nostamp anymore X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meta-ide-support: No need to mark as nostamp anymore 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-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 2f929128165..86c57cda20d 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb @@ -13,5 +13,4 @@ do_populate_ide_support () { toolchain_create_tree_env_script } -do_populate_ide_support[nostamp] = "1" addtask populate_ide_support before do_build after do_install