mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
26a4e5d05a
commit
97350f5228
|
|
@ -119,4 +119,4 @@ python populate_packages_prepend() {
|
|||
allow_links=True)
|
||||
}
|
||||
|
||||
PACKAGES_DYNAMIC = "lib*"
|
||||
PACKAGES_DYNAMIC = "lib(av(codec|device|filter|format|util)|postproc)*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user