[oe] [meta-virtualization] [PATCH 1/2] conf/layer.conf: fix "No newline at end of file"

Robert Yang liezhi.yang at windriver.com
Fri Oct 18 08:22:58 UTC 2013


The last line lacked a newline (usually '\n', aka CR or CRLF) in the
end, so there was a warning from git diff:

\ No newline at end of file

The last byte of the file should be a newline.

Note:
It seems that nothing is changed in this commit, but it does change the
end of the last line.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 conf/layer.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 4c1fa19..15ed1df 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_virtualization-layer = "7"
 
 # Custom licenses used by some packages in this layer
-LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
\ No newline at end of file
+LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
-- 
1.7.10.4




More information about the Openembedded-devel mailing list