From 70a4b02d3349bb207bc5f7c4f854e0dae9377da8 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 28 Aug 2020 16:57:55 +0200 Subject: Remove replaced windowmanager recipes and runxdg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agl-service-windowmanager, libwindowmanager and qlibwindowmanager are deprecated. Runxdg is using these and no longer required. Also remove qtaglextras. Bug-AGL: SPEC-3555 Signed-off-by: Jan-Simon Möller Change-Id: I412035ea0e9694aad84aa2e8294b4d52f70f57e4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25161 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- .../recipes-graphics/runxdg/runxdg_git.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-agl-profile-graphical/recipes-graphics/runxdg/runxdg_git.bb (limited to 'meta-agl-profile-graphical/recipes-graphics/runxdg/runxdg_git.bb') diff --git a/meta-agl-profile-graphical/recipes-graphics/runxdg/runxdg_git.bb b/meta-agl-profile-graphical/recipes-graphics/runxdg/runxdg_git.bb deleted file mode 100644 index d5bd568bd..000000000 --- a/meta-agl-profile-graphical/recipes-graphics/runxdg/runxdg_git.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Launcher of XDG application on AGL HMI Framework (2017)" -DESCRIPTION = "The command 'runxdg' is a launcher to execute XDG application \ - on AGL HMI Framework which using wayland-ivi-extension" -HOMEPAGE = "https://git.automotivelinux.org/staging/xdg-launcher" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" - -DEPENDS = "json-c wayland wayland-ivi-extension libhomescreen libwindowmanager" - -inherit cmake - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/xdg-launcher;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" - -PV = "1.0+git${SRCPV}" -S = "${WORKDIR}/git" -- cgit 1.2.3-korg