X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fsettings%2Fsettings_git.bb;h=1bc4f6e8aa7d013c42531d88b8c1ab22366ec04a;hb=refs%2Fchanges%2F25%2F10825%2F2;hp=af22a0ace1e1cfa257ad3ed327bfbd1b09ea1786;hpb=49f56fa1c73e2b207dd9cfc8e6320e7098ffb08e;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/settings/settings_git.bb b/recipes-demo-hmi/settings/settings_git.bb index af22a0ace..1bc4f6e8a 100644 --- a/recipes-demo-hmi/settings/settings_git.bb +++ b/recipes-demo-hmi/settings/settings_git.bb @@ -7,7 +7,9 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/settings;protocol=https;branch=dab" -SRCREV = "72185231c33099b00bfb98f27175a6e225c9ab64" +SRCREV = "32be14bbc8f05abaf7ef5cb3e96469afc193d1f0" +SRCREV_dab = "refs/tags/${DISTRO_BRANCH_VERSION_TAG}" + PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" @@ -15,4 +17,9 @@ S = "${WORKDIR}/git" # build-time dependencies DEPENDS += "qtquickcontrols2" +# runtime dependencies +RDEPENDS_${PN} += " \ + agl-service-bluetooth \ + agl-service-wifi" + inherit qmake5 aglwgt