diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-21 13:18:43 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-24 12:00:02 +0200 |
commit | 59146745a720ef4da34d9e240a64bd8858826d4f (patch) | |
tree | c219fc49d1e08ed7fcca885b4b2e57a9e913699b | |
parent | 975d053dec34c40142725fdbc7d75d597d51920e (diff) |
Fix broken license deployment
License deployment process occasionally gets broken without precending
whitespace
Change-Id: Ib6f1c9eee7c466364ae44c2b5e8d542834c22b0c
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
-rw-r--r-- | meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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} |