From f66f4b0c8e9ad080b280240b818d6d0518de6637 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 25 Feb 2014 17:44:03 +0800 Subject: 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. (From OE-Core rev: fe037904ce8a90f428645c19587913c7b90652ef) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-bsp/grub/grub_git.bb') diff --git a/meta/recipes-bsp/grub/grub_git.bb b/meta/recipes-bsp/grub/grub_git.bb index 1796e7f660..82a25c9a8d 100644 --- a/meta/recipes-bsp/grub/grub_git.bb +++ b/meta/recipes-bsp/grub/grub_git.bb @@ -20,6 +20,7 @@ PV = "2.00+${SRCPV}" SRCREV = "0776112c5311196889a15058a3b1be4c81ba5e05" SRC_URI = "git://git.savannah.gnu.org/grub.git \ file://40_custom \ + file://autogen.sh-exclude-pc.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf