Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] meta: fix no newline at end of file
@ 2014-07-03  6:54 Robert Yang
  2014-07-03  6:54 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2014-07-03  6:54 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit c36d459f0d40bdbd3ba809835e0475e8992bc778:

  python3: fix builtins imports (2014-06-30 16:35:03 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/oe_noeol
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/oe_noeol

Robert Yang (1):
  meta: fix no newline at end of file

 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(-)

-- 
1.8.3.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] meta: fix no newline at end of file
  2014-07-03  6:54 [PATCH 0/1] meta: fix no newline at end of file Robert Yang
@ 2014-07-03  6:54 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-07-03  6:54 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-03  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  6:54 [PATCH 0/1] meta: fix no newline at end of file Robert Yang
2014-07-03  6:54 ` [PATCH 1/1] " Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox