| Submitter | Otavio Salvador |
|---|---|
| Date | Oct. 6, 2012, 8:18 p.m. |
| Message ID | <1349554710-6693-5-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/37867/ |
| State | Accepted |
| Commit | 97350f52280ea9b2f3d7b36ef248be5ba3e7c696 |
| Headers | show |
Comments
W dniu 06.10.2012 22:18, Otavio Salvador pisze: > 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> > --- > 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)*" Can it get merged? Or should we keep copy of libav in external layers?
Patch
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)*"
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> --- meta-oe/recipes-multimedia/libav/libav.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)