]> code.ossystems Code Review - openembedded-core.git/commit
grub: exclude .pc from POTFILES.in (fix build on CentOS 5.8)
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 25 Feb 2014 09:44:03 +0000 (17:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Feb 2014 17:53:55 +0000 (17:53 +0000)
commitfe037904ce8a90f428645c19587913c7b90652ef
tree4b097fc9e3d9fd8c926058b27a4423940babdc84
parent5ecba3fa5e15e1d329aa1e68349d134db450d383
grub: exclude .pc from POTFILES.in (fix build on CentOS 5.8)

Exclude the .pc from po/POTFILES.in since quilt uses "patch --backup",
which will create the backup file under .pc, this may cause unexpected
errors, for example, on CentOS 5.x, if the backup file is null
(newfile), it's mode will be 000, then we will get errors when xgettext
try to read it.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub/autogen.sh-exclude-pc.patch [new file with mode: 0644]
meta/recipes-bsp/grub/grub_git.bb