From 13ef75141312d50c2d4caeffe4ba0e132752cf99 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 16 Jan 2019 20:29:54 -0500 Subject: cluster-windowmanager-conf: Update configuration Update the recipe and files to handle the rename of areas.db to areas.json and the significant rewrite of layers.json. Change-Id: I9af4e6bf29e8983568126c92b17645be4735dabe Signed-off-by: Scott Murray --- .../cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-demo-hmi/cluster-windowmanager-conf/cluster-windowmanager-conf_1.0.bb') 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 } -- cgit 1.2.3-korg