diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-06 20:18:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-10-10 12:33:44 +0200 |
commit | 97350f52280ea9b2f3d7b36ef248be5ba3e7c696 (patch) | |
tree | 511c9aff7b916f26dc638403977aa71dcc264f1d /meta-oe/recipes-multimedia | |
parent | 26a4e5d05a21e809b88d81a7bc94b5f9b9cc13b9 (diff) | |
download | meta-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/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libav/libav.inc | 2 |
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() { | |||
119 | allow_links=True) | 119 | allow_links=True) |
120 | } | 120 | } |
121 | 121 | ||
122 | PACKAGES_DYNAMIC = "lib*" | 122 | PACKAGES_DYNAMIC = "lib(av(codec|device|filter|format|util)|postproc)*" |