[OE-core] [RFC][PATCH] dbus: split dbus-launch out into its own package (again)

Richard Purdie richard.purdie at linuxfoundation.org
Fri Apr 4 10:38:40 UTC 2014


On Fri, 2014-04-04 at 12:30 +0200, Koen Kooi wrote:
> On 04/04/2014 12:14 PM, Martin Jansa wrote:
> > On Fri, Apr 04, 2014 at 10:53:37AM +0200, Koen Kooi wrote:
> >>   FILES_${PN}-lib = "${libdir}/lib*.so.*"
> >>   RRECOMMENDS_${PN}-lib = "${PN}"
> >> +
> >> +FILES_dbus-launch = "${bindir}/dbus-launch"
> >> +RDEPENDS__dbus-launch = "${PN}"
> >> +RRECOMMENDS_${PN} += "dbus-launch"
> >
> > Is there special reason for not using ${PN}-launch?
> 
> PN is 'dbus-1', not 'dbus'

$ bitbake dbus -e | grep PN=
PN="dbus"

I suspect you're thinking of the name after debian.bbclass is done with
it.

Cheers,

Richard




More information about the Openembedded-core mailing list