From patchwork Sat Oct 6 20:18:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, 5/5] libav: Change the PACKAGES_DYNAMIC expression to be more restrict Date: Sat, 06 Oct 2012 20:18:30 -0000 From: Otavio Salvador X-Patchwork-Id: 37867 Message-Id: <1349554710-6693-5-git-send-email-otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Cc: Otavio Salvador 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 --- 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 aa170c5..4a1716f 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)*"