summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-08-02 14:51:34 +0200
committerGerrit Code Review <gerrit@172.30.200.200>2016-08-04 07:17:46 +0000
commit4dd33958ff2cfd8df3700cc97dd1df77b43657b4 (patch)
treeadb553d4d9bdcce36038910337d2b69fb1a98e69 /recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
parent7b58e8b4d4cd279b00124e50cbbc70b01248a0ee (diff)
recipes-demo-hmi: fix file permissions
This patch makes the pre-compiled demo applications executable by assiging the suitable permissions when installing them on the rootfs. Change-Id: I0145d1e983d60e6312c40cc0d3e2c4aa3257b44e Signed-off-by: Christian Gromm <christian.gromm@microchip.com> (cherry picked from commit fac2d5b645decc05356eede37b04e513a9961569)
Diffstat (limited to 'recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb')
-rw-r--r--recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb b/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
index 1cca96cc..d94d3982 100644
--- a/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
+++ b/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb
@@ -18,6 +18,6 @@ do_compile() {
do_install() {
install -m 0755 -d ${D}${bindir}
- install -m 0644 ${S}/OptoLyzerMoccaApp ${D}${bindir}
+ install -m 0755 ${S}/OptoLyzerMoccaApp ${D}${bindir}
}