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>
This commit is contained in:
Robert Yang 2014-07-03 14:54:37 +08:00 committed by Richard Purdie
parent 3bc357f703
commit 64e2badde0
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
PACKAGES = "" PACKAGES = ""
do_build[recrdeptask] = "do_build" do_build[recrdeptask] = "do_build"

View File

@ -19,4 +19,4 @@ do_install() {
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"

View File

@ -9,4 +9,4 @@ SERVERS=""
INTERFACES="" INTERFACES=""
# Additional options that are passed to the DHCP relay daemon? # Additional options that are passed to the DHCP relay daemon?
OPTIONS="" OPTIONS=""

View File

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
make -k check-TESTS make -k check-TESTS

View File

@ -7,4 +7,4 @@ Type=forking
ExecStart=@SBINDIR@/tcf-agent -d -L- -l0 ExecStart=@SBINDIR@/tcf-agent -d -L- -l0
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target

View File

@ -1 +1 @@
<html><body><h1>It works!</h1></body></html> <html><body><h1>It works!</h1></body></html>

View File

@ -4,4 +4,4 @@ if [ -d $XDGAUTOSTART ]; then
CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2` CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2`
$CMD & $CMD &
done done
fi fi

View File

@ -57,4 +57,4 @@ index 58a8e70..0f89629 100644
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <stdio.h> #include <stdio.h>
-- --
cgit v0.9.0.2-2-gbebe cgit v0.9.0.2-2-gbebe

View File

@ -22,4 +22,4 @@ index 6d7c9a5..22cceb9 100644
+HAVE_CHECK=no +HAVE_CHECK=no
AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes)
AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_HEADERS([src/config.h])

View File

@ -7,4 +7,4 @@ Exec=poweroff
Icon=system-shutdown Icon=system-shutdown
Terminal=false Terminal=false
Categories=Utility; Categories=Utility;
StartupNotify=true StartupNotify=true