From fac2d5b645decc05356eede37b04e513a9961569 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Tue, 2 Aug 2016 14:51:34 +0200 Subject: 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 --- recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb') 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} } -- cgit 1.2.3-korg