diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-05 18:25:34 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-01-05 18:25:34 -0500 |
commit | 30be619f5790ae99c4597fc47df22f3ff86d6cb4 (patch) | |
tree | 43e3a941b95b1f144bd6379690e646e4d085f0b8 /recipes-platform | |
parent | 796f796a2895f2bd840e2eb514532339b53be013 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I2ef8a5bf05e5c29267643ca93748ae7dad42c8fa
Diffstat (limited to 'recipes-platform')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-image-ivi.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ + " |