From ee5d69afb6fb0479a1c70b158cb23183ac47a0b6 Mon Sep 17 00:00:00 2001 From: Jaechul Lee Date: Thu, 9 Feb 2017 09:18:19 +0900 Subject: [PATCH] packaging: fixed the permission error when execute "scripts/exynos_*.sh" script files for dtb were created with 644 permission in the scratchbox even though i already changed perm to 755. Therefore, build will be failed when execute "exynos_dtbtool.sh" because it doesn't have 'x' permission. I tried to touch these files again and it worked well. I suspect that first patch couldn't apply the file attribute. That's why i made this meaningless commit. Signed-off-by: Jaechul Lee --- scripts/exynos_dtbtool.sh | 1 - scripts/exynos_mkdzimage.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/exynos_dtbtool.sh b/scripts/exynos_dtbtool.sh index 1c1ea1d535b..3b54185cc15 100755 --- a/scripts/exynos_dtbtool.sh +++ b/scripts/exynos_dtbtool.sh @@ -1,6 +1,5 @@ #!/bin/bash - ## Functions function write_hex_to_4bytes_binary() { diff --git a/scripts/exynos_mkdzimage.sh b/scripts/exynos_mkdzimage.sh index eb6f862e118..94c2fdf3a49 100755 --- a/scripts/exynos_mkdzimage.sh +++ b/scripts/exynos_mkdzimage.sh @@ -1,6 +1,5 @@ #!/bin/bash - ## Functions function write_to_4bytes_binary() { -- 2.34.1