From: Naoto Yamaguchi Date: Sat, 2 Oct 2021 03:52:56 +0000 (+0900) Subject: Fix some issue for the cluster-refgui recipe X-Git-Tag: 12.1.0~32 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=837de3ab5be5bc6bb5ad5e26191e33920712e32d;p=AGL%2Fmeta-agl-devel.git Fix some issue for the cluster-refgui recipe Cluster refgui upstreamd at SPEC-3942. But recipe was not changed. Current refgui recipe has some issue. * Referring to github repository now. * Not changed recipe name from refgui to cluster-refgui. * License description is old, that is already changed from MIT to Apach-2.0. This patch fix these issue. Bug-AGL: SPEC-4090 Signed-off-by: Naoto Yamaguchi Change-Id: I2742caf36ed50a2dbf41274d172a11be33708841 --- diff --git a/meta-agl-lxc/recipes-demo/refgui/refgui/cluster.service b/meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui/cluster.service similarity index 100% rename from meta-agl-lxc/recipes-demo/refgui/refgui/cluster.service rename to meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui/cluster.service diff --git a/meta-agl-lxc/recipes-demo/refgui/refgui_git.bb b/meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui_git.bb similarity index 75% rename from meta-agl-lxc/recipes-demo/refgui/refgui_git.bb rename to meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui_git.bb index 9d758dce..7a5b8a78 100644 --- a/meta-agl-lxc/recipes-demo/refgui/refgui_git.bb +++ b/meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui_git.bb @@ -1,17 +1,17 @@ DESCRIPTION = "AGL Cluster Reference GUI" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d2e73358b6893b535d5dfc7e89dc9d67" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" DEPENDS = " \ qttools-native \ qtmultimedia \ " -BRANCH = "main" -SRC_URI = "git://github.com/agl-ic-eg/refgui;protocol=https;branch=${BRANCH} \ +BRANCH = "master" +SRC_URI = "git://git.automotivelinux.org/src/cluster-refgui;protocol=https;branch=${BRANCH} \ file://cluster.service \ " -SRCREV = "e52dd81073154838e7f417e33debc8f6794fc683" +SRCREV = "a16c6201be94a57eb8151a91699084d99694877c" S = "${WORKDIR}/git" diff --git a/meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.bb b/meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.bb index c07b8f7d..36f1ec7b 100644 --- a/meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.bb @@ -7,5 +7,5 @@ IMAGE_INSTALL += " \ weston \ weston-init \ weston-ini-conf-landscape \ - refgui \ + cluster-refgui \ "