X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2FALS2016-demo%2Fcan-lin_0.1.bb;h=ec3db4bedef4a7019be15338affb8d9e08484c73;hb=b708c9814ecfdb9209b2d183350141c3fa2ac635;hp=1cca96ccc7587f412162db9c785b22cd7d9dc7ac;hpb=18e358f3aa4abe46910471f120339060693d8537;p=AGL%2Fmeta-agl-demo.git 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 1cca96ccc..ec3db4bed 100644 --- a/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb +++ b/recipes-demo-hmi/ALS2016-demo/can-lin_0.1.bb @@ -6,7 +6,7 @@ PR = "r0" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/most-can-demo-bin;protocol=https" S = "${WORKDIR}/git" -SRCREV = "cd6e46d117934139efdf5fac33fbeb59b66e45b6" +SRCREV = "70458963c48662012af856b56676260150f124c8" do_configure() { echo "" @@ -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} }