X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fagl-service-hvac%2Fagl-service-hvac_git.bb;h=ef2f74f76fa0603b6358b6f67467236bdccd1c3a;hb=8d3e2e1610ddd72c83631bc1afdb3c2a08a01612;hp=1ff63a9cf640de2c28eb282f4380e28edb9854db;hpb=a620f3a712bab0dd80c8ecaa49e1ebb062fabbb6;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb index 1ff63a9cf..ef2f74f76 100644 --- a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb +++ b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb @@ -5,19 +5,31 @@ HOMEPAGE = "https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/a LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -DEPENDS = "boost openssl nlohmann-json systemd" +DEPENDS = " \ + glib-2.0 \ + boost \ + openssl \ + systemd \ + protobuf-native \ + grpc-native \ + protobuf \ + grpc \ + kuksa-databroker \ +" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protocol=https;branch=${AGL_BRANCH} \ file://agl-service-hvac.conf \ file://agl-service-hvac.token \ " -SRCREV = "f0ac80936b73a44131564c4f65ecc0c9a9db7d39" +SRCREV = "0a1426d097688912188bcb59ff59d9c596e82b4d" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git" inherit meson pkgconfig systemd +EXTRA_OEMESON += "-Dprotos=${STAGING_INCDIR}" + SYSTEMD_SERVICE:${PN} = "agl-service-hvac.service" do_install:append() { @@ -35,4 +47,4 @@ do_install:append() { FILES:${PN} += "${systemd_system_unitdir}" -RDEPENDS:${PN} += "kuksa-val" +RDEPENDS:${PN} += "kuksa-databroker kuksa-databroker-agl"