aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-06 20:18:30 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-10-10 12:33:44 +0200
commit97350f52280ea9b2f3d7b36ef248be5ba3e7c696 (patch)
tree511c9aff7b916f26dc638403977aa71dcc264f1d /meta-oe
parent26a4e5d05a21e809b88d81a7bc94b5f9b9cc13b9 (diff)
downloadmeta-openembedded-97350f52280ea9b2f3d7b36ef248be5ba3e7c696.tar.gz
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 <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav.inc2
1 files changed, 1 insertions, 1 deletions
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)*"