From b57e7fa8b35cfcf9af6ca72d51bdf67e49254ac2 Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Tue, 8 Oct 2013 11:20:39 +0000 Subject: [PATCH] libav: Add libswscale to PACKAGES_DYNAMIC Add libswscale to PACKAGES_DYNAMIC because it was missing. Adding it also allows libswscale to get included in an image using IMAGE_INSTALL. Signed-off-by: Diego Rondini Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-multimedia/libav/libav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index c33f7edfe0..eefee6658c 100644 --- a/meta/recipes-multimedia/libav/libav.inc +++ b/meta/recipes-multimedia/libav/libav.inc @@ -126,4 +126,4 @@ python populate_packages_prepend() { d.appendVar('INSANE_SKIP_%s' % pkg, ' textrel') } -PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|postproc).*" +PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|postproc|swscale).*" -- 2.40.1