Fix agl-service-bluetooth and agl-service-wifi recipe dependencies and lock version... 05/10005/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 1 Jul 2017 19:06:57 +0000 (21:06 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sat, 1 Jul 2017 19:06:57 +0000 (21:06 +0200)
Change-Id: I8f672154c5d4c8df5fe7912fff189b93d50606aa
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb
recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb

index 3d5ff51..335da6c 100644 (file)
@@ -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
index c3ee6ad..4c721b1 100644 (file)
@@ -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