mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
In commit 1ef92d2423 deploying the native
tool was changed to use DEPLOYDIR, so setting DEPLOY_DIR_TOOLS for sstate-outputdir
dependency should have been changed as well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Jacob Kroon <jacob.kroon@gmail.com>
This commit is contained in:
@@ -16,7 +16,6 @@ do_deploy() {
|
|||||||
|
|
||||||
addtask deploy before do_package after do_install
|
addtask deploy before do_package after do_install
|
||||||
|
|
||||||
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_TOOLS}"
|
|
||||||
# cleandirs should possibly be in deploy.bbclass but we need it
|
# cleandirs should possibly be in deploy.bbclass but we need it
|
||||||
do_deploy[cleandirs] = "${DEPLOYDIR}"
|
do_deploy[cleandirs] = "${DEPLOYDIR}"
|
||||||
# clear stamp-extra-info since MACHINE_ARCH is normally put there by
|
# clear stamp-extra-info since MACHINE_ARCH is normally put there by
|
||||||
|
|||||||
Reference in New Issue
Block a user