From 161b988ccac63ce2c92acff0917e2ea811770c28 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 4 Jan 2021 16:31:16 -0500 Subject: Update weston-ini-conf package use The rework of the weston-ini-conf recipe in meta-agl new means that there are separate weston-ini-conf and weston-ini-conf-landscape packages for portrait versus landscape mode, so update use in the demo image packagegroups to use the appropriate one explicitly. The previous dependency in packagegroup-agl-graphical-weston has been removed since weston-init now has a dependency on the new "weston-ini" runtime (i.e. explicit RPROVIDES) dependency. Note, however, that explicitly pulling weston-ini-conf or weston-ini-conf-landscape into images is recommended as opposed to relying on PREFERRED_RPROVIDER. Bug-AGL: SPEC-3745 Signed-off-by: Scott Murray Change-Id: Ia37d61c5684a06755d2761850394e5f887f14a4a --- recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb') diff --git a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb index 751743b3c..acfb9e64d 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-demo-platform-html5.bb @@ -28,5 +28,6 @@ AGL_APPS = " \ " RDEPENDS_${PN}_append = " \ + weston-ini-conf-landscape \ ${AGL_APPS} \ " -- cgit 1.2.3-korg