From: Khem Raj <[email protected]> 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 <[email protected]> Cc: Robert P. J. Day <[email protected]> Cc: Jacob Kroon <[email protected]> (cherry picked from commit af3fc04cfb64d9f229be26f47b4dec892ff919dc) Signed-off-by: Armin Kuster <[email protected]> --- 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.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#84834): https://lists.openembedded.org/g/openembedded-devel/message/84834 Mute This Topic: https://lists.openembedded.org/mt/74725793/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
