agl-service-wifi: switch from qmake to cmake 31/10631/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 11 Aug 2017 23:14:30 +0000 (02:14 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 5 Sep 2017 10:18:12 +0000 (10:18 +0000)
Use cmake to build instead of qmake that was used for
legacy reasons

Bug-AGL: SPEC-823
Change-Id: I582afda13baf847315c99ef30fe872c50ba5e0d5
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-demo-hmi/agl-service-wifi/agl-service-wifi_git.bb

index 775df7a..2e322a4 100644 (file)
@@ -6,13 +6,10 @@ 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"
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-wifi;protocol=http"
 SRCREV  = "${AUTOREV}"
 
 PV = "1.0+git${SRCPV}"
 S  = "${WORKDIR}/git"
 
-# for historical reasons, TODO: migrate to cmake
-DEPENDS += "qtbase"
-
-inherit qmake5 aglwgt
+inherit cmake aglwgt pkgconfig