X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=984e515392e4df98842bcbd0da27463a65e7ccd8;hb=09557d45521969df797b60a1b46b7afaab4944a0;hp=80d402b05f09e167417b793559945e6a19b8a459;hpb=16c00939e1d79f875f714f0e3bc33c42002c03a0;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index 80d402b05..984e51539 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -15,14 +15,17 @@ DEPENDS = "\ libqtappfw \ qlibwindowmanager \ libhomescreen \ + libafb-helpers-qt \ " inherit qmake5 systemd pkgconfig aglwgt -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git/" PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" + +OE_QMAKE_CXXFLAGS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}"