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
This commit is contained in:
parent
8e474a0504
commit
e04ee02273
|
|
@ -10,6 +10,7 @@ RDEPENDS_${PN} = " \
|
|||
wget \
|
||||
bash \
|
||||
coreutils \
|
||||
expect \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue