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

Philip Balister philip at balister.org
Mon May 11 11:48:58 UTC 2015


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?

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() {
> 



More information about the Openembedded-devel mailing list