All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 07/20] gpsd: fix PN -> BPN for multilib
Date: Mon, 11 May 2015 13:52:27 +0200	[thread overview]
Message-ID: <20150511115227.GI2400@jama> (raw)
In-Reply-To: <5550972A.7000709@balister.org>

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@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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

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


  reply	other threads:[~2015-05-11 11:51 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-08  7:42 [meta-oe][PATCH 01/20] smstools: fix PN -> BPN for multilib Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 02/20] hexedit: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 03/20] p7zip: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 04/20] fbgrab: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 05/20] takao-fonts: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 06/20] xbitmaps: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 07/20] gpsd: " Yi Zhao
2015-05-11 11:48   ` Philip Balister
2015-05-11 11:52     ` Martin Jansa [this message]
2015-05-08  7:42 ` [meta-oe][PATCH 08/20] navit: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 09/20] omgps: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 10/20] orrery: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 11/20] fltk: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 12/20] mime-support: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 13/20] openct: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 14/20] picocom: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 15/20] soci: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 16/20] mozjs: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 17/20] iperf: fix ${PN}-${PV} -> ${BP} " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 18/20] mpich: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 19/20] synergy: " Yi Zhao
2015-05-08  7:42 ` [meta-oe][PATCH 20/20] sylpheed: remove do_install_append Yi Zhao
2015-05-11  9:27 ` [meta-oe][PATCH 01/20] smstools: fix PN -> BPN for multilib Martin Jansa
2015-05-12  7:14   ` Yi Zhao
2015-05-12 12:43   ` Paul Eggleton
2015-05-12 14:45     ` Martin Jansa
2015-05-12 14:50       ` Paul Eggleton
2015-05-12 16:09         ` Khem Raj
2015-05-12 16:15           ` Paul Eggleton
2015-05-12 16:50             ` Khem Raj
2015-05-12 22:19       ` Trevor Woerner
2015-05-12 22:28         ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150511115227.GI2400@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.