gpsd: bugfix: add gps-utils-python to PACKAGES

Message ID 20220422083247.1322-1-matthias@extraklein.de
State New
Headers show
Series gpsd: bugfix: add gps-utils-python to PACKAGES | expand

Commit Message

Matthias Klein April 22, 2022, 8:32 a.m. UTC
Signed-off-by: Matthias Klein <matthias@extraklein.de>
---
 meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luca Ceresoli April 22, 2022, 9:59 a.m. UTC | #1
Hello Matthias,

Il giorno Fri, 22 Apr 2022 10:32:47 +0200
"Matthias Klein" <matthias@extraklein.de> ha scritto:

> Signed-off-by: Matthias Klein <matthias@extraklein.de>
> ---
>  meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 +-

This file is not in oe-core. This patch should be sent to the meta-oe
mailing list.

Best regards.
Matthias Klein April 22, 2022, 11:09 a.m. UTC | #2
Hello Luca,

> This file is not in oe-core. This patch should be sent to the meta-oe
> mailing list.

Done: https://lists.openembedded.org/g/openembedded-devel/message/96734

Best regards,
Matthias
Peter Kjellerstedt April 22, 2022, 12:11 p.m. UTC | #3
> -----Original Message-----
> From: openembedded-core@lists.openembedded.org <openembedded-
> core@lists.openembedded.org> On Behalf Of Matthias Klein
> Sent: den 22 april 2022 13:10
> To: luca.ceresoli@bootlin.com
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core][PATCH] gpsd: bugfix: add gps-utils-python to
> PACKAGES
> 
> Hello Luca,
> 
> > This file is not in oe-core. This patch should be sent to the meta-oe
> > mailing list.
> 
> Done: https://lists.openembedded.org/g/openembedded-devel/message/96734
> 
> Best regards,
> Matthias

Heh, now there are three variants of that fix on the openembedded-devel 
list (mine being a little bit more complete as it also removes a comment 
that is no longer needed). ;)

//Peter

Patch

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb
index 8d270ec58..98f7511b1 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb
@@ -79,7 +79,7 @@  do_install:append() {
     fi
 }
 
-PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils"
+PACKAGES =+ "libgps python3-pygps gpsd-udev gpsd-conf gpsd-gpsctl gps-utils gps-utils-python"
 
 RPROVIDES:${PN}-dbg += "python-pygps-dbg"