summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zstd
diff options
context:
space:
mode:
authorShruthi Ravichandran <shruthi.ravichandran@ni.com>2022-07-21 00:19:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-25 22:57:54 +0100
commitf2167ae80258253eb47a5b148546b265320284cc (patch)
tree167f85110c7b0ff31057d2620ca7705316800065 /meta/recipes-extended/zstd
parent586b6239252ecf2711930b60f7f0f617e38ac737 (diff)
downloadopenembedded-core-contrib-f2167ae80258253eb47a5b148546b265320284cc.tar.gz
package_manager/ipk: do not pipe stderr to stdout
Some opkg commands print an error during cleanup when the tmp_dir does not exist and an attempt is made to delete it. The error messages are harmless and the opkg commands eventually succeed. When these commands are run and stderr is piped to stdout, the error messages may clobber the stdout and cause unexpected results while parsing the output of the command. Therefore, when parsing the output of a command, do not pipe stderr to stdout. Instead, capture stderr and stdout separately, and upon success, send stderr to bb.note(). Signed-off-by: Shruthi Ravichandran <shruthi.ravichandran@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zstd')
0 files changed, 0 insertions, 0 deletions