[OE-core] [PATCH] libav: Add libswscale to PACKAGES_DYNAMIC

Diego Rondini diego.ml at zoho.com
Tue Oct 8 11:20:39 UTC 2013


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 <diego.ml at zoho.com>
---
 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 eae190d..e4b4ca9 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).*"
-- 
1.7.9.5





More information about the Openembedded-core mailing list