[oe-commits] Robert Yang : meta: fix no newline at end of file

git at git.openembedded.org git at git.openembedded.org
Thu Jul 3 16:47:08 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: b3090263ba31702631270643c7a7d7af8f4d9234
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b3090263ba31702631270643c7a7d7af8f4d9234

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Thu Jul  3 14:54:37 2014 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/meta.bbclass                                               | 2 +-
 meta/recipes-bsp/pointercal/pointercal_0.0.bb                           | 2 +-
 meta/recipes-connectivity/dhcp/files/default-relay                      | 2 +-
 meta/recipes-core/udev/udev/run-ptest                                   | 2 +-
 meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service             | 2 +-
 meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd             | 2 +-
 .../x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh          | 2 +-
 meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch                 | 2 +-
 meta/recipes-graphics/xorg-lib/libxcb/disable-check.patch               | 2 +-
 meta/recipes-sato/shutdown-desktop/shutdown-desktop/shutdown.desktop    | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta/classes/meta.bbclass b/meta/classes/meta.bbclass
index d35c40b..5e68902 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 5029c4a..df735a5 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 59249db..7961f01 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 6817ef7..c6961ce 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 5d7a586..fd9a6c4 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 cd25bf1..f5f1c37 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 db7aa22..3d7008c 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 84bd973..40f81f0 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 5f59a2b..5641c0f 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 99bee4c..662659a 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



More information about the Openembedded-commits mailing list