X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fhomescreen%2Fhomescreen_git.bb;h=bf8034b91ff616da7bf444dce0339bdfe749a20b;hb=refs%2Ftags%2F12.90.1;hp=7e49ad9f2e3b0bfbb98a25781c70d12c78272c99;hpb=95d382d4c18dd02f3047729f4312e5dc12e152ed;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 7e49ad9f2..bf8034b91 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -16,11 +16,9 @@ DEPENDS = " \ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " -# FIXME: homescreen needs agl-shell-desktop, part of agl-compositor(-protocols) package -DEPENDS_append = " agl-compositor" - PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=https;branch=${AGL_BRANCH}" @@ -30,11 +28,11 @@ S = "${WORKDIR}/git" inherit qmake5 systemd pkgconfig aglwgt -PATH_prepend = "${STAGING_DIR_NATIVE}${OE_QMAKE_PATH_QT_BINS}:" +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)}" +OE_QMAKE_CXXFLAGS:append = " ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', '' , '-DQT_NO_DEBUG_OUTPUT', d)}" -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ libqtappfw \ agl-service-audiomixer \ agl-service-bluetooth \