diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:57:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:36 +0100 |
commit | 30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e (patch) | |
tree | 75bc0132b0a463d9e6ad489d9d37abdfdf2bb7c0 /meta | |
parent | db0ffc5a109c0b5e91f1fc67ac679bdc558c251f (diff) | |
download | openembedded-core-30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e.tar.gz openembedded-core-30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e.tar.bz2 openembedded-core-30e83bbc3f90b4cd4caf8ad7ca847267ae50cf7e.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 2f92912816..86c57cda20 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 |