[oe-commits] Diego Rondini : libav: Add libswscale to PACKAGES_DYNAMIC

git at git.openembedded.org git at git.openembedded.org
Thu Oct 10 08:05:08 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b00d75d1151737510c53e256c183976dd9910905
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b00d75d1151737510c53e256c183976dd9910905

Author: Diego Rondini <diego.ml at zoho.com>
Date:   Tue Oct  8 11:20:39 2013 +0000

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 <diego.ml at zoho.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/libav/libav.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc
index c33f7ed..eefee66 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).*"



More information about the Openembedded-commits mailing list