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

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:03:48 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jul  7 03:03:38 2014 -0700

meta-networking: 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: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga b/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
index cfb896a..1f28c0b 100644
--- a/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
+++ b/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
@@ -1,3 +1,3 @@
 # <type> <owner> <group> <mode> <path> <linksource>
 d quagga quagga 0755 /var/run/quagga none
-d quagga quagga 0755 /var/log/quagga none
\ No newline at end of file
+d quagga quagga 0755 /var/log/quagga none



More information about the Openembedded-commits mailing list