X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fcluster-dashboard%2Fcluster-dashboard_git.bb;h=dd463382203c253156aee8b1b009d5107e9e4732;hb=72b82ba156081172f6d3638a1139980a094e87a0;hp=7d19b122984756248bc6f085595d0179c81be337;hpb=b757b6bb346ccc673f3b3377c46ba0bd54decd32;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index 7d19b1229..dd4633822 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -28,6 +28,8 @@ S = "${WORKDIR}/git" inherit pkgconfig cmake_qt5 +CLUSTER_DEMO_VISS_HOSTNAME ??= "192.168.10.2" + do_install:append() { install -d ${D}${systemd_user_unitdir}/agl-session.target.wants install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_user_unitdir}/${BPN}.service @@ -39,6 +41,7 @@ do_install:append() { # something like OAuth is plumbed in as an alternative. install -d ${D}${sysconfdir}/xdg/AGL/cluster-dashboard install -m 0644 ${WORKDIR}/cluster-dashboard.conf ${D}${sysconfdir}/xdg/AGL/ + sed -i "s/^server = .*/server = \"${CLUSTER_DEMO_VISS_HOSTNAME}\"/" ${D}${sysconfdir}/xdg/AGL/cluster-dashboard.conf install -m 0644 ${WORKDIR}/cluster-dashboard.token ${D}${sysconfdir}/xdg/AGL/cluster-dashboard/ } @@ -53,5 +56,5 @@ RDEPENDS:${PN} += " \ qtquickcontrols2-qmlplugins \ qtgraphicaleffects-qmlplugins \ qtsvg-plugins \ - kuksa-val-client-certificates \ + kuksa-val-certificates-client \ "