aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-03 14:54:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 17:38:46 +0100
commitb3090263ba31702631270643c7a7d7af8f4d9234 (patch)
treeaa734a8ca7c07895a66375704a485d4a83893c87 /meta
parentc85f5ec502fecb1ff63f8e795a0da5fc92eca0c1 (diff)
downloadopenembedded-core-contrib-b3090263ba31702631270643c7a7d7af8f4d9234.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 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/meta.bbclass2
-rw-r--r--meta/recipes-bsp/pointercal/pointercal_0.0.bb2
-rw-r--r--meta/recipes-connectivity/dhcp/files/default-relay2
-rw-r--r--meta/recipes-core/udev/udev/run-ptest2
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service2
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd2
-rw-r--r--meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh2
-rw-r--r--meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch2
-rw-r--r--meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop2
10 files changed, 10 insertions, 10 deletions
diff --git a/meta/classes/meta.bbclass b/meta/classes/meta.bbclass
index d35c40bccd..5e6890238b 100644
--- a/meta/classes/meta.bbclass
+++ b/meta/classes/meta.bbclass
@@ -1,4 +1,4 @@
PACKAGES = ""
-do_build[recrdeptask] = "do_build" \ No newline at end of file
+do_build[recrdeptask] = "do_build"
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"
diff --git a/meta/recipes-connectivity/dhcp/files/default-relay b/meta/recipes-connectivity/dhcp/files/default-relay
index 59249db283..7961f014be 100644
--- a/meta/recipes-connectivity/dhcp/files/default-relay
+++ b/meta/recipes-connectivity/dhcp/files/default-relay
@@ -9,4 +9,4 @@ SERVERS=""
INTERFACES=""
# Additional options that are passed to the DHCP relay daemon?
-OPTIONS="" \ No newline at end of file
+OPTIONS=""
diff --git a/meta/recipes-core/udev/udev/run-ptest b/meta/recipes-core/udev/udev/run-ptest
index 6817ef70e6..c6961ce58a 100644
--- a/meta/recipes-core/udev/udev/run-ptest
+++ b/meta/recipes-core/udev/udev/run-ptest
@@ -1,3 +1,3 @@
#!/bin/sh
-make -k check-TESTS \ No newline at end of file
+make -k check-TESTS
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service b/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
index 5d7a586682..fd9a6c4d56 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service
@@ -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
diff --git a/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd b/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
index cd25bf17b3..f5f1c377b6 100644
--- a/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
+++ b/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
@@ -1 +1 @@
-<html><body><h1>It works!</h1></body></html> \ No newline at end of file
+<html><body><h1>It works!</h1></body></html>
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
index db7aa229d2..3d7008ca45 100644
--- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
+++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
@@ -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
diff --git a/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch b/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch
index 84bd973764..40f81f0f74 100644
--- a/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch
+++ b/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch
@@ -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
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
+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])
diff --git a/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop b/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
index 99bee4c241..662659afc2 100644
--- a/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
+++ b/meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop
@@ -7,4 +7,4 @@ Exec=poweroff
Icon=system-shutdown
Terminal=false
Categories=Utility;
-StartupNotify=true \ No newline at end of file
+StartupNotify=true