mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
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. (From OE-Core rev: b57e7fa8b35cfcf9af6ca72d51bdf67e49254ac2) Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e01f9574a
commit
ea4eafcba3
@@ -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).*"
|
||||
|
||||
Reference in New Issue
Block a user