From 64e2badde0fa0c3d30a4b4f4ad950eefcb8bfc16 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:54:37 +0800 Subject: 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 Signed-off-by: Richard Purdie --- 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(-) (limited to 'meta') 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 @@ -

It works!

\ No newline at end of file +

It works!

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 #include -- -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 -- cgit v1.2.3-54-g00ecf