On Wed, Mar 06, 2013 at 09:53:39PM +0100, Martin Jansa wrote:
> On Tue, Mar 05, 2013 at 01:14:17PM +0000, g...@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: fe81bd4f600877e63433184cfc2e22c33bb77db6
> > URL:    
> > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fe81bd4f600877e63433184cfc2e22c33bb77db6
> > 
> > Author: Richard Purdie <richard.pur...@linuxfoundation.org>
> > Date:   Sun Mar  3 15:54:29 2013 +0000
> > 
> > recipes: Fix ALLOW_EMPTY with no package specified
> > 
> > There are various usages of ALLOW_EMPTY with no packages specified. This
> > is not recommended syntax, nor is it likely to be supported in the future.
> > This patch improves the references in OE-Core, either removing them if 
> > they're
> > pointless (e.g. when PACKAGES="") or specifying which package it applies to.
> > 
> > Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
> > --- a/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
> > +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-package.inc
> > @@ -24,8 +24,6 @@ python populate_packages_prepend () {
> >      d.setVar('DESCRIPTION_' + metapkg, pn + ' meta package')
> >  }
> >  
> > -ALLOW_EMPTY = "1"
> > -
> >  PACKAGES += "${PN}-apps ${PN}-meta ${PN}-glib"
> >  FILES_${PN}-apps = "${bindir}"
> 
> This change is correct ('ALLOW_EMPTY_' + metapkg is set few lines above).
> 
> Just wanted to warn others that I've found few examples in other layers
> which were RDEPENDing also on ${PN} not metapkg and after this cleanup
> some packages were failing to install in rootfs.

I take this back
even gst-plugins-good-meta is RDEPENDing on gst-plugins-good so
ALLOW_EMPTY_${PN} = "1" should be also set.

The problem is not in gst-plugins-bad, because this one includes few
/usr/lib/libgst*.so files (while only /usr/lib/gstreamer-0.10 are
splitted).

-- 
Martin 'JaMa' Jansa     jabber: martin.ja...@gmail.com

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to