diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-02 12:52:56 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-11-22 15:28:42 +0900 |
commit | 837de3ab5be5bc6bb5ad5e26191e33920712e32d (patch) | |
tree | c401d0a437f26022db2a7a69d541ce8e22bccd0b /meta-agl-lxc/recipes-platform | |
parent | a8dbd14daaac8b5c52326262dbc43975836cc0df (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Change-Id: I2742caf36ed50a2dbf41274d172a11be33708841
Diffstat (limited to 'meta-agl-lxc/recipes-platform')
-rw-r--r-- | meta-agl-lxc/recipes-platform/images/guest-image-cluster-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ " |