diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:56:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:36 +0100 |
commit | db0ffc5a109c0b5e91f1fc67ac679bdc558c251f (patch) | |
tree | cec0cba2b8eb5902fab68951818b88ac0c23e4ba /meta/recipes-devtools | |
parent | be4e6ea8a92bd90f354f8c04eade39ccce8b73d5 (diff) | |
download | openembedded-core-db0ffc5a109c0b5e91f1fc67ac679bdc558c251f.tar.gz openembedded-core-db0ffc5a109c0b5e91f1fc67ac679bdc558c251f.tar.bz2 openembedded-core-db0ffc5a109c0b5e91f1fc67ac679bdc558c251f.zip |
adt-installer: No need to mark as nostamp
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/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer_1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb b/meta/recipes-devtools/installer/adt-installer_1.0.bb index 22e3850706..4c2f0971a2 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" |