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

Bruce Ashfield bruce.ashfield at gmail.com
Fri Oct 18 13:12:19 UTC 2013


FYI: this should go to meta-virtualization at yoctoproject.org, but I can pick up
the patch from here.

Cheers,

Bruce

On Fri, Oct 18, 2013 at 4:22 AM, Robert Yang <liezhi.yang at windriver.com> wrote:
> 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
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



More information about the Openembedded-devel mailing list