Fix some issue for the cluster-refgui recipe 85/26885/1
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sat, 2 Oct 2021 03:52:56 +0000 (12:52 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Mon, 22 Nov 2021 06:28:42 +0000 (15:28 +0900)
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I2742caf36ed50a2dbf41274d172a11be33708841

meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui/cluster.service [moved from meta-agl-lxc/recipes-demo/refgui/refgui/cluster.service with 100% similarity]
meta-agl-lxc/recipes-demo/cluster-refgui/cluster-refgui_git.bb [moved from meta-agl-lxc/recipes-demo/refgui/refgui_git.bb with 75% similarity]
meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.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"
 
index c07b8f7..36f1ec7 100644 (file)
@@ -7,5 +7,5 @@ IMAGE_INSTALL += " \
     weston \
     weston-init \
     weston-ini-conf-landscape \
-    refgui \
+    cluster-refgui \
 "