From 1285cbf5034408a3ab7225c3b0aeddc58f72ddc3 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 15 Sep 2016 19:29:25 +0900 Subject: Fix issues of dependencies and QA of ALS/CES2016 demo This patch fixes these issues: - The packages qtmultimedia-qmlplugins, qtquickcontrols-qmlplugins and qtsvg-plugins are missing For RDEPENDS_${PN}, PN="ALS2016-demo" and PN="CES2016-demo" not work PN="als2016-demo" and PN="als2016-demo" work Probably root cause would be in elsewhere... - Many QA warning while copying ALS/CES2016 demo files Change-Id: I010f01f65769dd243a6ef77b0626e9c27a505119 Signed-off-by: Tadao Tanikawa --- recipes-platform/images/agl-demo-platform.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-platform/images/agl-demo-platform.bb') diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 4ae985e9..6ed69ad1 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -17,8 +17,8 @@ IMAGE_INSTALL_append = " \ # add packages for CES2016 demo IMAGE_INSTALL_append = " \ - ALS2016-demo \ - CES2016-demo \ + als2016-demo \ + ces2016-demo \ can-utils iproute2 \ python-curses \ dhcp-client \ -- cgit 1.2.3-korg