diff options
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 @@ | |||
1 | 1 | ||
2 | PACKAGES = "" | 2 | PACKAGES = "" |
3 | 3 | ||
4 | do_build[recrdeptask] = "do_build" \ No newline at end of file | 4 | 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() { | |||
19 | 19 | ||
20 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY_${PN} = "1" |
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 21 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | INHIBIT_DEFAULT_DEPS = "1" \ No newline at end of file | 22 | 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="" | |||
9 | INTERFACES="" | 9 | INTERFACES="" |
10 | 10 | ||
11 | # Additional options that are passed to the DHCP relay daemon? | 11 | # Additional options that are passed to the DHCP relay daemon? |
12 | OPTIONS="" \ No newline at end of file | 12 | 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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | make -k check-TESTS \ No newline at end of file | 3 | 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 | |||
7 | ExecStart=@SBINDIR@/tcf-agent -d -L- -l0 | 7 | ExecStart=@SBINDIR@/tcf-agent -d -L- -l0 |
8 | 8 | ||
9 | [Install] | 9 | [Install] |
10 | WantedBy=multi-user.target \ No newline at end of file | 10 | 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 | |||
4 | CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2` | 4 | CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2` |
5 | $CMD & | 5 | $CMD & |
6 | done | 6 | done |
7 | fi \ No newline at end of file | 7 | 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 | |||
57 | #include <X11/Xlib.h> | 57 | #include <X11/Xlib.h> |
58 | #include <stdio.h> | 58 | #include <stdio.h> |
59 | -- | 59 | -- |
60 | cgit v0.9.0.2-2-gbebe \ No newline at end of file | 60 | 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 | |||
22 | +HAVE_CHECK=no | 22 | +HAVE_CHECK=no |
23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) | 23 | AM_CONDITIONAL(HAVE_CHECK, test x$HAVE_CHECK = xyes) |
24 | 24 | ||
25 | AC_CONFIG_HEADERS([src/config.h]) \ No newline at end of file | 25 | 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 | |||
7 | Icon=system-shutdown | 7 | Icon=system-shutdown |
8 | Terminal=false | 8 | Terminal=false |
9 | Categories=Utility; | 9 | Categories=Utility; |
10 | StartupNotify=true \ No newline at end of file | 10 | StartupNotify=true |