From 8655b9d299af00bf771c59b9f22ff48119897377 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 11 Jun 2019 22:58:40 +0200 Subject: af-platform-setup: Add recipe for setting platform MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Application Framework has implications on platform setup. This commit introduces a recipe that at the end would group all these required setup at on place. Bug-AGL: SPEC-1015 Change-Id: I45904ba269883329295bcbc3c70427edbfdd674f Signed-off-by: José Bollo --- .../recipes-core/packagegroups/packagegroup-agl-app-framework.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb') diff --git a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb index 3944c1915..854835d4c 100644 --- a/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb +++ b/meta-app-framework/recipes-core/packagegroups/packagegroup-agl-app-framework.bb @@ -16,4 +16,5 @@ RDEPENDS_${PN} += "\ af-main \ nss-localuser \ systemd-agl-sync \ + af-platform-setup \ " -- cgit 1.2.3-korg