diff options
Diffstat (limited to 'recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb')
-rw-r--r-- | recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb b/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb index 3d5ff5100..335da6ca4 100644 --- a/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb +++ b/recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb @@ -6,10 +6,13 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-bluetooth;protocol=http" -SRCREV = "${AUTOREV}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-bluetooth;protocol=http;branch=dab" +SRCREV_dab = "f912daadfc047bd96a911133ce8743c187b232de" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" +# for historical reasons, TODO: migrate to cmake +DEPENDS += "qtbase" + inherit qmake5 aglwgt |