From 42422ac20922a3fa2a6f1ab7c08a25b22769b44a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 11 Apr 2022 19:44:45 -0400 Subject: 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 Change-Id: I2293a2ad463c52022e2f3f052719dca59b404d6b --- templates/feature/agl-egvirt/50_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 \ " -- cgit 1.2.3-korg