diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2022-06-06 14:59:17 -0700 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2022-06-06 14:59:17 -0700 |
commit | db4be1a90d3f84c8255c8a3b51ae71f2eae54980 (patch) | |
tree | ff02d644a71b546400f25e723cb66f53fefbf67a /meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc | |
parent | eb1cb6e454c2355d64238683d2111f5da4964706 (diff) |
meta-flutter updates
-move flutter apps to common folder
-move do_compile[network] to app recipe
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Change-Id: Iac543d404ec5a56576998194687bd35dc61b68fc
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc index dd3b8ec0..4c013419 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc @@ -7,7 +7,7 @@ PACKAGECONFIG:remove = "gstreamer" # AGL specifics -IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery" +IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/flutter/gallery" SERVICE_UNIT = "Requires=agl-compositor.service\nAfter=agl-compositor.service" SERVICE_INSTALL = "WantedBy=agl-session.target" |