From: Jan-Simon Möller Date: Mon, 6 Nov 2017 22:26:23 +0000 (+0100) Subject: Fix FTBS on newer pyro versions due to duplicate userids X-Git-Tag: eel_4.99.2~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=14a6db75ed0fad7fd55ad3ee239a4b92abfb8754;p=AGL%2Fmeta-agl.git Fix FTBS on newer pyro versions due to duplicate userids This change removes the agl-users package from the packagegroup-agl-core-security.bbappend . The reason is that for SOTA we have to use predefined userids to stay consistent across builds. Newer pyro releases are more picky about duplicate userids from static files and those being created on-the-fly. For now we remove the dynamic variant by removing agl-users from the packagegroup. Change-Id: I54034361eec344b8130754fadf8c48207321797a Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11715 Reviewed-by: Thomas Rini Reviewed-by: Stéphane Desneux --- diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend index 0c9efe465..b10f0d6a6 100644 --- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-core-security.bbappend @@ -4,6 +4,7 @@ RDEPENDS_${PN} += "\ dbus-cynara \ security-manager \ security-manager-policy \ - agl-users \ " - +# temp. disabled to figure-out userid addition+sota +# agl-users \ +#