]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-ide-support: No need to mark as nostamp anymore
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Sep 2015 13:57:20 +0000 (14:57 +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-core/meta/meta-ide-support.bb

index 2f9291281653924161f560c5c4cd4db1e545c2c5..86c57cda20d71ac9ec9f2607b19714f042610101 100644 (file)
@@ -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