diff options
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 | 9 |
1 files changed, 7 insertions, 2 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 348171af..767637b7 100644 --- a/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc +++ b/meta-agl-flutter/recipes-graphics/toyota/ivi-homescreen_aglflutter.inc @@ -1,5 +1,10 @@ -# Pinned SRCREV -SRCREV = "87c5567703906cfc2acd9280b71580fb97724abe" +# Potentially pin SRCREV here. Use upstream's AUTOINC default for +# development for now. +#SRCREV = "" + +# For now disable gstreamer to avoid needing to enable "commercial" +# licenses for the stated ffmpeg dependency. +PACKAGECONFIG:remove = "gstreamer" # AGL specifics IVI_HOMESCREEN_APP_OVERRIDE = "--a=/usr/share/gallery" |