* [meta-oe][PATCH v2] dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs
@ 2020-05-29 20:16 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2020-05-29 20:16 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj, Robert P . J . Day, Jacob Kroon
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 <raj.khem@gmail.com>
Cc: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Jacob Kroon <jacob.kroon@gmail.com>
---
v2: Remove setting sstate-outputdirs it is not needed
meta-oe/recipes-support/dfu-util/dfu-util-native_0.9.bb | 1 -
1 file changed, 1 deletion(-)
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
--
2.26.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-05-29 20:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-29 20:16 [meta-oe][PATCH v2] dfu-util-native: Remove DEPLOY_DIR_TOOLS from sstate-outputdirs Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.