summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-07-01 21:06:57 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-07-01 21:06:57 +0200
commite10a36e0951e291ef5c6d14b0e8369b6fcfc5598 (patch)
tree56885758f1d3c7752b5b3bf7fe238429e8a71fa1
parent469d8ac1a9f632bec94c630e4cd503642584a688 (diff)
Fix agl-service-bluetooth and agl-service-wifi recipe dependencies and lock version for dab
Change-Id: I8f672154c5d4c8df5fe7912fff189b93d50606aa Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb7
-rw-r--r--recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb7
2 files changed, 10 insertions, 4 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 3d5ff510..335da6ca 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
diff --git a/recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb b/recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb
index c3ee6add..4c721b1c 100644
--- a/recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb
+++ b/recipes-demo-hmi/agl-service-wifi/agl-service-wifi_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-wifi;protocol=http"
-SRCREV = "${AUTOREV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-wifi;protocol=http;branch=dab"
+SRCREV = "874ec78a2e3f0369128b398b40da2e318e0103f9"
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
+# for historical reasons, TODO: migrate to cmake
+DEPENDS += "qtbase"
+
inherit qmake5 aglwgt