Switch Qt demo to KUKSA.val databroker
[AGL/meta-agl-demo.git] / recipes-connectivity / kuksa-val / kuksa-dbc-feeder_git.bb
index 5fe872c..809152b 100644 (file)
@@ -7,18 +7,18 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=175792518e4ac015ab6696d16c4f607e"
 
 DEPENDS = "python3-setuptools-git-versioning-native"
 
-PV = "0.1.2+git${SRCPV}"
+PV = "0.4.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/eclipse/kuksa.val.feeders.git;protocol=https;branch=main \
            file://0001-dbc2val-add-installation-mechanism.patch \
            file://0002-dbc2val-usability-improvements.patch \
            file://0003-dbc2val-fix-token-file-configuration-option.patch \
            file://config.ini \
-           file://dbc_feeder.json.token \
+           file://dbc_feeder.token \
            file://agl-vcar.dbc \
            file://kuksa-dbc-feeder.service \
-"
-SRCREV = "d5fe991706bd8fc6d92ffbbaa838a380067f201f"
+           "
+SRCREV = "5bb52eca8d79f7c05a024f69b1faab81dabacdcd"
 
 S = "${WORKDIR}/git"
 
@@ -34,7 +34,7 @@ do_install:append() {
     # Token should ideally not be readable by other users.
     # The potential for running the feeder as non-root will take some
     # investigation.
-    install -m 0600 ${WORKDIR}/dbc_feeder.json.token ${D}${sysconfdir}/kuksa-dbc-feeder/
+    install -m 0600 ${WORKDIR}/dbc_feeder.token ${D}${sysconfdir}/kuksa-dbc-feeder/
     install -m 0644 ${WORKDIR}/agl-vcar.dbc ${D}${sysconfdir}/kuksa-dbc-feeder/
     if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
         install -d ${D}${systemd_system_unitdir}