diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2017-08-12 02:17:54 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-09-05 10:18:27 +0000 |
commit | 3a37458cf75bf34370e5fed7cbf5d7128b61ea9a (patch) | |
tree | f1f1173e9d26e9e59c66110063db2c84b14949b7 | |
parent | 065c203f1f039ad3701dc8a9fdd44882c49325c8 (diff) |
agl-service-bluetooth: switch from qmake to cmake
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>
-rw-r--r-- | recipes-demo-hmi/agl-service-bluetooth/agl-service-bluetooth_git.bb | 7 |
1 files changed, 2 insertions, 5 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 a84720e27..1f483e2e9 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,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 |