mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/2] add scons conf tool and let gpsd to use it
@ 2019-10-25  7:33 Ladislav Michl
  2019-10-25  7:34 ` [ptxdist] [PATCH 1/2] add scons conf tool Ladislav Michl
  2019-10-25  7:35 ` [ptxdist] [PATCH 2/2] gpsd: version bump 2.39 -> 3.19 Ladislav Michl
  0 siblings, 2 replies; 17+ messages in thread
From: Ladislav Michl @ 2019-10-25  7:33 UTC (permalink / raw)
  To: ptxdist

Hi there,

this is unfortunatelly kind of duplicate work done previously by
Denis OSTERLAND. This seems to be pretty common, as there's another
patch by Fabian Godehardt sent by Sascha Hauer both being unaware
of Denis' work. I found those too late (the second one while writing
this cover letter), so I decided to continue with my a bit different
approach. Also, both seem to have the same python binding problem :)

Please note, that for some reason gpsd's SConstruct changes compiler
while building python bindings - see line 1636 and bellow. Therefore
python bindings is currently defunct. If anyone figure out how to fix
that (and what SCons authors had in mind implementing yet another build
system) I would be very happy.

This is still work in progress [*], released early to make Alexander
Dahl happy as he expressed interrest in gpsd update :)

	ladis

[*] it basically means it is good enough for my purposes, although it
would deserve better init system integration, installing udev rules,
fixed python, etc...

Ladislav Michl (2):
  add scons conf tool
  gpsd: version bump 2.39 -> 3.19

 ...ix-core-compiling-with-nmea-disabled.patch |  29 ---
 ...kage-if-some-drivers-are-not-enabled.patch |  48 -----
 .../0003-fix-a-simple-compile-error.patch     |  28 ---
 patches/gpsd-2.39/0004-Fix-autotool-bug.patch |  53 -----
 ...-on-AM_PATH_PYTHON-to-work-propperly.patch | 104 ---------
 .../gpsd-2.39/0006-fix-parallel-build.patch   |  38 ----
 patches/gpsd-2.39/autogen.sh                  |   4 -
 patches/gpsd-2.39/series                      |   9 -
 patches/gpsd-3.19/0001-fix-ncurses.patch      |  11 +
 patches/gpsd-3.19/series                      |   1 +
 rules/gpsd.in                                 | 110 ++++++----
 rules/gpsd.make                               | 203 +++++++++++-------
 scripts/lib/ptxd_make_world_common.sh         |   4 +-
 scripts/lib/ptxd_make_world_compile.sh        |   8 +
 scripts/lib/ptxd_make_world_install.sh        |  10 +
 scripts/lib/ptxd_make_world_prepare.sh        |   7 +-
 16 files changed, 235 insertions(+), 432 deletions(-)
 delete mode 100644 patches/gpsd-2.39/0001-fix-core-compiling-with-nmea-disabled.patch
 delete mode 100644 patches/gpsd-2.39/0002-fix-link-breakage-if-some-drivers-are-not-enabled.patch
 delete mode 100644 patches/gpsd-2.39/0003-fix-a-simple-compile-error.patch
 delete mode 100644 patches/gpsd-2.39/0004-Fix-autotool-bug.patch
 delete mode 100644 patches/gpsd-2.39/0005-just-rely-on-AM_PATH_PYTHON-to-work-propperly.patch
 delete mode 100644 patches/gpsd-2.39/0006-fix-parallel-build.patch
 delete mode 100755 patches/gpsd-2.39/autogen.sh
 delete mode 100644 patches/gpsd-2.39/series
 create mode 100644 patches/gpsd-3.19/0001-fix-ncurses.patch
 create mode 100644 patches/gpsd-3.19/series

-- 
2.24.0.rc0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-11-18 21:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25  7:33 [ptxdist] [PATCH 0/2] add scons conf tool and let gpsd to use it Ladislav Michl
2019-10-25  7:34 ` [ptxdist] [PATCH 1/2] add scons conf tool Ladislav Michl
2019-10-25  7:55   ` Michael Olbrich
2019-10-25 23:09     ` Ladislav Michl
2019-10-27  6:30       ` Michael Olbrich
2019-11-15 19:19         ` Ladislav Michl
2019-11-16 10:08           ` Michael Olbrich
2019-11-18 21:15             ` Ladislav Michl
2019-10-25  7:35 ` [ptxdist] [PATCH 2/2] gpsd: version bump 2.39 -> 3.19 Ladislav Michl
2019-10-25  8:16   ` Michael Olbrich
2019-10-25 13:17     ` [ptxdist] [PATCH v2] " Ladislav Michl
2019-10-25 13:38       ` Michael Olbrich
2019-10-25 13:58         ` Ladislav Michl
2019-10-25 23:13         ` [ptxdist] [PATCH v3] " Ladislav Michl
2019-10-27  6:22           ` Michael Olbrich
2019-10-27 16:25           ` Michael Olbrich
2019-10-27 22:29             ` Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox