From 97350f52280ea9b2f3d7b36ef248be5ba3e7c696 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 6 Oct 2012 20:18:30 +0000 Subject: libav: Change the PACKAGES_DYNAMIC expression to be more restrict Using 'lib*' we end having problem with every other package that generate libraries dynamically thus we changed it to match the library prefixes. Signed-off-by: Otavio Salvador Signed-off-by: Koen Kooi --- meta-oe/recipes-multimedia/libav/libav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-multimedia') diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc index aa170c53fc..4a1716f3a5 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++ b/meta-oe/recipes-multimedia/libav/libav.inc @@ -119,4 +119,4 @@ python populate_packages_prepend() { allow_links=True) } -PACKAGES_DYNAMIC = "lib*" +PACKAGES_DYNAMIC = "lib(av(codec|device|filter|format|util)|postproc)*" -- cgit 1.2.3-korg