From af3fc04cfb64d9f229be26f47b4dec892ff919dc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 28 May 2020 19:14:50 -0700 Subject: dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs In commit 1ef92d2423d6d6546e4f0585478540212b26f3a0 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 Cc: Robert P. J. Day Cc: Jacob Kroon --- meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-support/dfu-util') diff --git a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb index feb16fa730..4305e3b408 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb @@ -16,7 +16,6 @@ do_deploy() { 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 do_deploy[cleandirs] = "${DEPLOYDIR}" # clear stamp-extra-info since MACHINE_ARCH is normally put there by -- cgit 1.2.3-korg