diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-03 14:54:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 17:41:16 +0100 |
commit | 64e2badde0fa0c3d30a4b4f4ad950eefcb8bfc16 (patch) | |
tree | de8ea143777e518abfb6bb6ef844480f360eef2e /meta/recipes-graphics/xorg-lib | |
parent | 3bc357f703a9880dba51cbc7de622f52b712cba7 (diff) | |
download | poky-64e2badde0fa0c3d30a4b4f4ad950eefcb8bfc16.tar.gz |
meta: fix no newline at end of file
Add a '\n' to the last line of the file to fix:
No newline at end of file
(From OE-Core rev: b3090263ba31702631270643c7a7d7af8f4d9234)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch b/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch index 5f59a2b9b8..5641c0fe95 100644 --- a/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch +++ b/meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch | |||
@@ -22,4 +22,4 @@ index 6d7c9a5..22cceb9 100644 | |||
22 | +HAVE_CHECK=no | 22 | +HAVE_CHECK=no |
23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) | 23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) |
24 | 24 | ||
25 | AC_CONFIG_HEADERS([src/config.h]) \ No newline at end of file | 25 | AC_CONFIG_HEADERS([src/config.h]) |