Remove deprecated agl-egvirt feature
[AGL/meta-agl.git] / meta-agl-profile-graphical / recipes-graphics / runxdg / runxdg_git.bb
1 SUMMARY     = "Launcher of XDG application on AGL HMI Framework (2017)"
2 DESCRIPTION = "The command 'runxdg' is a launcher to execute XDG application \
3                on AGL HMI Framework which using wayland-ivi-extension"
4 HOMEPAGE    = "https://git.automotivelinux.org/staging/xdg-launcher"
5 LICENSE     = "MIT"
6 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
7
8 DEPENDS = "json-c wayland wayland-ivi-extension libhomescreen libwindowmanager"
9
10 inherit cmake
11
12 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/xdg-launcher;protocol=https;branch=${AGL_BRANCH}"
13 SRCREV  = "${AGL_APP_REVISION}"
14
15 PV = "1.0+git${SRCPV}"
16 S  = "${WORKDIR}/git"