X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fcluster-windowmanager-conf%2Fcluster-windowmanager-conf_1.0.bb;fp=recipes-demo-hmi%2Fcluster-windowmanager-conf%2Fcluster-windowmanager-conf_1.0.bb;h=4be666bc4de54eb1279ee5426f71f5c2f88652a4;hb=13ef75141312d50c2d4caeffe4ba0e132752cf99;hp=0cef85c5aeb9129b126b8dae5a29e6f3558d138b;hpb=251fb524e791d40cb7a7e1581649e63da9da3b08;p=AGL%2Fmeta-agl-cluster-demo.git diff --git a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb index 0cef85c..4be666b 100644 --- a/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb +++ b/recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb @@ -3,7 +3,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" SRC_URI = "file://layers.json \ - file://areas.db \ + file://areas.json \ file://roles.db \ " @@ -12,7 +12,7 @@ do_compile[noexec] = "1" do_install() { install -d ${D}${sysconfdir}/xdg/windowmanager install -m 0644 ${WORKDIR}/layers.json ${D}${sysconfdir}/xdg/windowmanager/layers.json - install -m 0644 ${WORKDIR}/areas.db ${D}${sysconfdir}/xdg/windowmanager/areas.db + install -m 0644 ${WORKDIR}/areas.json ${D}${sysconfdir}/xdg/windowmanager/areas.json install -m 0644 ${WORKDIR}/roles.db ${D}${sysconfdir}/xdg/windowmanager/roles.db }