]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: fix no newline at end of file
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 3 Jul 2014 06:54:37 +0000 (14:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jul 2014 16:38:46 +0000 (17:38 +0100)
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>
meta/classes/meta.bbclass
meta/recipes-bsp/pointercal/pointercal_0.0.bb
meta/recipes-connectivity/dhcp/files/default-relay
meta/recipes-core/udev/udev/run-ptest
meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch
meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch
meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop

index d35c40bccd1c542cbdc523f3f7e8821505d5753f..5e6890238b11cf5f15c481d5df30ce591a7e5d35 100644 (file)
@@ -1,4 +1,4 @@
 
 PACKAGES = ""
 
-do_build[recrdeptask] = "do_build"
\ No newline at end of file
+do_build[recrdeptask] = "do_build"
index 5029c4a9f9384e5b205d3a9c6e40b0c965ffe2ee..df735a59f239ce68b43ed1b756c4807a33ec6a09 100644 (file)
@@ -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"
index 59249db283531476358f71b33ac078b9c3e11294..7961f014bef330d8e30709a50185b6057982fe68 100644 (file)
@@ -9,4 +9,4 @@ SERVERS=""
 INTERFACES=""
 
 # Additional options that are passed to the DHCP relay daemon?
-OPTIONS=""
\ No newline at end of file
+OPTIONS=""
index 6817ef70e65ef50cb39b88e5c8374fd46db53ceb..c6961ce58af7a3a2e1f274f7add6ba00e4be5c3d 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-make -k check-TESTS
\ No newline at end of file
+make -k check-TESTS
index 5d7a58668247503a7cbfdb6d5d71b172eb33e680..fd9a6c4d565b5ed09d9698da0fdcda4481ebcef6 100644 (file)
@@ -7,4 +7,4 @@ Type=forking
 ExecStart=@SBINDIR@/tcf-agent -d -L- -l0
 
 [Install]
-WantedBy=multi-user.target
\ No newline at end of file
+WantedBy=multi-user.target
index cd25bf17b350d5ffa7af5bf7830420b7ca2ea93b..f5f1c377b64ac12a85119591b453c83b1a4afdbf 100644 (file)
@@ -1 +1 @@
-<html><body><h1>It works!</h1></body></html>
\ No newline at end of file
+<html><body><h1>It works!</h1></body></html>
index db7aa229d299aafb87f07d603e11c2e7ef090fe6..3d7008ca45a0b31eb791ab8f71e5961d9a1a85b3 100644 (file)
@@ -4,4 +4,4 @@ if [ -d $XDGAUTOSTART ]; then
         CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2`
         $CMD &
     done
-fi
\ No newline at end of file
+fi
index 84bd9737643e9492400f9d8533c3461124abcde0..40f81f0f743b273f0937ecf261bd23774d5c70e3 100644 (file)
@@ -57,4 +57,4 @@ index 58a8e70..0f89629 100644
  #include <X11/Xlib.h>
  #include <stdio.h>
 --
-cgit v0.9.0.2-2-gbebe
\ No newline at end of file
+cgit v0.9.0.2-2-gbebe
index 5f59a2b9b8e7f385e2626f3d31bc42e4d711e855..5641c0fe950ab2c2d18b1e7f464f8c2b849f8f54 100644 (file)
@@ -22,4 +22,4 @@ index 6d7c9a5..22cceb9 100644
 +HAVE_CHECK=no
  AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes)
  
- AC_CONFIG_HEADERS([src/config.h])
\ No newline at end of file
+ AC_CONFIG_HEADERS([src/config.h])
index 99bee4c241c5fbda14b6e8d205e6c871abaa7e35..662659afc245b141036f1ef0e0af216eba592477 100644 (file)
@@ -7,4 +7,4 @@ Exec=poweroff
 Icon=system-shutdown
 Terminal=false
 Categories=Utility;
-StartupNotify=true
\ No newline at end of file
+StartupNotify=true