diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:44:45 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-11 19:44:45 -0400 |
commit | 42422ac20922a3fa2a6f1ab7c08a25b22769b44a (patch) | |
tree | 78d0fce5867b4a6575a308daf7090529a4ae4e75 /templates/feature/agl-egvirt | |
parent | a61f829fb16aeb4df245a186169ae7326ac0607a (diff) |
Fix remaining use of old override syntax
Some usage of the old override syntax crept back in with recent
commits, fix those so that building with kirkstone is feasible.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I2293a2ad463c52022e2f3f052719dca59b404d6b
Diffstat (limited to 'templates/feature/agl-egvirt')
-rw-r--r-- | templates/feature/agl-egvirt/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-egvirt/50_local.conf.inc b/templates/feature/agl-egvirt/50_local.conf.inc index 151a16e0..5f222755 100644 --- a/templates/feature/agl-egvirt/50_local.conf.inc +++ b/templates/feature/agl-egvirt/50_local.conf.inc @@ -1,7 +1,7 @@ # gstreamer1.0-plugins-bad contains: # * videoparsersbad plugin which contains h264parse element needed to demonstrate H.264 hardware decoding # * waylandsink plugin -MACHINE_EXTRA_RDEPENDS_append = " \ +MACHINE_EXTRA_RDEPENDS:append = " \ kernel-module-virtio-video \ gstreamer1.0-plugins-bad \ " |