From 59146745a720ef4da34d9e240a64bd8858826d4f Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Fri, 21 Apr 2017 13:18:43 +0200 Subject: Fix broken license deployment License deployment process occasionally gets broken without precending whitespace Change-Id: Ib6f1c9eee7c466364ae44c2b5e8d542834c22b0c Signed-off-by: Anton Gerasimov --- meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb index 2c14a88..7dbd3bf 100644 --- a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb +++ b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "porter" S = "${WORKDIR}" -SRC_URI_append_sota = "file://uEnv-ota.txt" +SRC_URI_append_sota = " file://uEnv-ota.txt" do_deploy() { install -d ${DEPLOYDIR}/${PN} -- cgit 1.2.3-korg