From 30be619f5790ae99c4597fc47df22f3ff86d6cb4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 5 Jan 2021 18:25:34 -0500 Subject: [PATCH] packagegroup-agl-image-ivi: restore agl-login-manager dependency Restore the agl-login-manager RDEPENDS to packagegroup-agl-image-ivi so that it will get pulled into agl-image-ivi(-crosssdk) images. This was removed during the layer reorganization done for SPEC-3723, but is required so that afm-user-session and its dependencies will be started for boot. This will restore CI functionality while further post layer reorganization cleanup to rationalize where the dependency should go is considered. Bug-AGL: SPEC-3753 Signed-off-by: Scott Murray Change-Id: I2ef8a5bf05e5c29267643ca93748ae7dad42c8fa --- recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb index d04c72fa7..19cf0e6a0 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb @@ -20,3 +20,7 @@ RDEPENDS_${PN} += "\ packagegroup-agl-ivi-multimedia \ packagegroup-agl-ivi-navigation \ " + +RDEPENDS_${PN} += "\ + agl-login-manager \ + " -- 2.16.6