From 1ae84c89f59871a113b6a139ac238a83181cc40a Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 9 Mar 2021 11:21:44 +0000
Subject: [PATCH] demo-dashboard-gateway-image: Include epiphany-app

This image doesn't need epiphany broweser per se, it actually needs the
epiphany browser for a specific app. Include epiphany-app and let the
epiphany dependency be pulled automatically.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-core/images/demo-dashboard-gateway-image.bb       | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb b/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
index 4d5ea95c..35569f30 100644
--- a/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
+++ b/meta-ohos-demo/recipes-core/images/demo-dashboard-gateway-image.bb
@@ -4,10 +4,8 @@ SUMMARY = "Dashboard demo image: gateway"
 DESCRIPTION = "Home Assistant based image targeting a gateway device"
 LICENSE = "Apache-2.0"
 
-BROWSER ?= "epiphany"
-
 IMAGE_INSTALL_append = "\
-	${BROWSER} \
+	epiphany-app \
 	python3-appdaemon \
 	python3-homeassistant \
 	weston \
-- 
GitLab