From e04ee02273f5711e2516bcb03a1968e564e494c2 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 30 Apr 2020 11:54:25 +0200 Subject: [PATCH] nmhw-fwupdate: Add unbuffer tool This tool is required to show the progress of update in real time. Without it the output of update script is buffered and shown only at the end of the update, letting the user not aware of what is going on. BugzID: 62703 --- recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb b/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb index da0a414..e700257 100644 --- a/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb +++ b/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb @@ -10,6 +10,7 @@ RDEPENDS_${PN} = " \ wget \ bash \ coreutils \ + expect \ " SRC_URI = " \