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).

(From OE-Core rev: 30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2015-09-30 14:57:20 +01:00
parent ab9d2bb0f4
commit 381a7bd87e
1 changed files with 0 additions and 1 deletions

View 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