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:38:46 +0100 |
commit | b3090263ba31702631270643c7a7d7af8f4d9234 (patch) | |
tree | aa734a8ca7c07895a66375704a485d4a83893c87 /meta/recipes-bsp/pointercal | |
parent | c85f5ec502fecb1ff63f8e795a0da5fc92eca0c1 (diff) | |
download | openembedded-core-b3090263ba31702631270643c7a7d7af8f4d9234.tar.gz openembedded-core-b3090263ba31702631270643c7a7d7af8f4d9234.tar.bz2 openembedded-core-b3090263ba31702631270643c7a7d7af8f4d9234.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pointercal')
-rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index 5029c4a9f9..df735a59f2 100644 --- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb @@ -19,4 +19,4 @@ do_install() { ALLOW_EMPTY_${PN} = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" -INHIBIT_DEFAULT_DEPS = "1"
\ No newline at end of file +INHIBIT_DEFAULT_DEPS = "1" |