]> code.ossystems Code Review - openembedded-core.git/commit
image-mklibs: Fix grep pattern when mklibs collects executables in rootfs
authorLei Liu <lei.liu2@windriver.com>
Mon, 11 Nov 2013 09:27:42 +0000 (17:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 16:53:05 +0000 (16:53 +0000)
commit78c22d9087b3058dd947f21bd24fa621aba7dd6d
treea1d50ac3a8cc0cf04f4fa8f00bce7fd2c852c4f8
parentd79f7846f5d538f6f835f52686fd2c749cb1b70f
image-mklibs: Fix grep pattern when mklibs collects executables in rootfs

File command in some version could print extra space between
"LSB" and "executable" - it causes mklibs can't find any executables
using grep "LSB executable".  Fix the grep pattern to catch
multiple spaces.

(From OE-Core master rev: a52ef8c5dcd71f39bb48c71fb868cc0db662560e)

Signed-off-by: Lei Liu <lei.liu2@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/image-mklibs.bbclass