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

Bug-AGL: SPEC-822
Change-Id: I953199ccc7f06336ed01be5f88b49640a18930ff
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb

index a84720e..1f483e2 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-bluetooth;protocol=http"
+SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-bluetooth;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