X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo-hmi%2Fhomescreen%2Fhomescreen_git.bb;h=7782587bda2c80f711e71119e9210522912e87e6;hb=4c36a9b345add52791d4e33005d4f5d3a3b39e10;hp=f9b02e9f6d5138d39b69be218a46573d79ce71c9;hpb=656b5812bfa4ad86833a5c11444101df4a9de85f;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 f9b02e9f6..7782587bd 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -9,21 +9,22 @@ DEPENDS = "\ qtbase \ qtdeclarative \ qtquickcontrols2 \ - pulseaudio \ - agl-service-homescreen-2017 \ - agl-service-windowmanager-2017 \ + agl-service-homescreen \ + agl-service-windowmanager \ agl-service-weather \ libqtappfw \ qlibwindowmanager \ - virtual/libhomescreen \ + libhomescreen \ " inherit qmake5 systemd pkgconfig aglwgt -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" +SRC_URI = "gitsm://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)}"