X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Flauncher%2Flauncher_git.bb;h=d2de209a1904d70e00f8da43a43f53d4522eafd4;hb=e82b00a13a62499fdbca9505daaa69b35bf2f77d;hp=13d36ae68befb84376671a30b860e7fc925c6a5a;hpb=95d382d4c18dd02f3047729f4312e5dc12e152ed;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 13d36ae68..d2de209a1 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -15,11 +15,9 @@ DEPENDS = "\ wayland \ qtwayland \ qtwayland-native \ + agl-compositor \ " -# FIXME: launcher 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/launcher;protocol=https;branch=${AGL_BRANCH}" @@ -29,6 +27,6 @@ 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}:" -RDEPENDS_${PN} = "agl-service-homescreen" +RDEPENDS:${PN} = "agl-service-homescreen"