[oe] [meta-oe][PATCH 07/20] gpsd: fix PN -> BPN for multilib

Martin Jansa martin.jansa at gmail.com
Mon May 11 11:52:27 UTC 2015


On Mon, May 11, 2015 at 07:48:58AM -0400, Philip Balister wrote:
> I've alos got an update in flight for gpsd. We are having trouble with
> it, because the update brkoe navit. Now the bluez4 - 5 updte broke
> another of the packages navit needs.
> 
> Martin, any chance we can combine this patch with my update and
> blacklist navit?

Yes, I've already did that in master-next.

> 
> Philip
> 
> On 05/08/2015 03:42 AM, Yi Zhao wrote:
> > Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
> > ---
> >  meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
> > index 93cf1ae..b37fc15 100644
> > --- a/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
> > +++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.10.bb
> > @@ -85,8 +85,8 @@ do_install_append() {
> >  
> >      #support for systemd
> >      install -d ${D}${systemd_unitdir}/system/
> > -    install -m 0644 ${WORKDIR}/${PN}.service ${D}${systemd_unitdir}/system/${PN}.service
> > -    install -m 0644 ${S}/systemd/${PN}.socket ${D}${systemd_unitdir}/system/${PN}.socket
> > +    install -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_unitdir}/system/${BPN}.service
> > +    install -m 0644 ${S}/systemd/${BPN}.socket ${D}${systemd_unitdir}/system/${BPN}.socket
> >  }
> >  
> >  pkg_postinst_${PN}-conf() {
> > 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com



More information about the Openembedded-devel mailing list