]> code.ossystems Code Review - openembedded-core.git/commit
*.bbclass (shell): avoid pipe with sed
authorMatthieu Crapet <Matthieu.Crapet@ingenico.com>
Tue, 6 May 2014 12:17:47 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 May 2014 11:56:41 +0000 (12:56 +0100)
commite2026f5d32ac05396615224ac9ec927439e7e6b4
treec177f910189d623cdb59d9cbe77107bae240ba01
parent6ef8ac2ff97a408d4311ebebbafcfaf0a84be4d9
*.bbclass (shell): avoid pipe with sed

Replace:
cat <file> | sed -e xxx
By:
sed -e xxx <file>

Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/binconfig.bbclass
meta/classes/buildhistory.bbclass
meta/classes/kernel-grub.bbclass
meta/classes/sip.bbclass