X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fkuksa-val%2Fkuksa-databroker_git.bb;h=376e6a663736bc8081e902f26256ca2cec1a60e8;hb=7618c4a08229834883c8ade90e52c8c41eb81901;hp=c35c6d96bf6c7d2d2e25d13d112e4bdf98b65805;hpb=470045b42e4175ed778a24664c910ed57c510c4f;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb b/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb index c35c6d96b..376e6a663 100644 --- a/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-databroker_git.bb @@ -4,23 +4,24 @@ HOMEPAGE = "https://github.com/eclipse/kuksa.val" BUGTRACKER = "https://github.com/eclipse/kuksa.val/issues" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9 \ +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327 \ " DEPENDS = "protobuf-native grpc-native" -require kuksa-val.inc +PV = "0.4.5+git${SRCPV}" -require ${BPN}-crates.inc - -SRC_URI += "file://0001-Force-older-clap-version-to-build-with-Rust-1.68.patch \ - file://0002-Remove-protobuf-src-usage.patch \ - file://kuksa-databroker.service \ +SRC_URI = "git://github.com/eclipse-kuksa/kuksa-databroker.git;protocol=https;branch=main \ + file://0001-Remove-protobuf-src-usage.patch \ + file://kuksa-databroker.service \ " +SRCREV = "8eb7d1a36ccdbec18f742bcecddf8691cb57df46" + +require ${BPN}-crates.inc S = "${WORKDIR}/git" -inherit cargo systemd useradd +inherit cargo cargo-update-recipe-crates systemd useradd # Enable optional VISS support for potential use by e.g. the web apps CARGO_BUILD_FLAGS += "--features viss" @@ -40,8 +41,7 @@ do_install:append() { # Install gRPC API protobuf files install -d ${D}${includedir} - cp -dr ${S}/proto/kuksa ${D}${includedir} - cp -dr ${S}/kuksa_databroker/proto/sdv ${D}${includedir} + cp -dr ${S}/proto/* ${D}${includedir}/ } PACKAGE_BEFORE_PN += "${PN}-cli"