summaryrefslogtreecommitdiffstats
path: root/package/gpsd/0001-do-not-interact-with-systemctl-when-cross-compiling.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/gpsd: upgrade to 3.17, remove obsolete patchZoltan Gyarmati2018-01-291-41/+0
| | | | | | | | The upstream patch which disables the build-time systemctl call made it into this release so removing it here. Also adding hash for the COPYING file. Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gpsd: do not interact with systemd on installYann E. MORIN2017-05-131-0/+41
When building on a systemd-based host for a systemd-based target, gpsd's buildsystem will try to tell systemd to reload the its configuration and recreate the entire dependency tree of services. Of course, this can not work when run as a user: >>> gpsd 3.16 Installing to target ==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon === Authentication is required to reload the systemd state. Authenticating as: root Password: In fact, this does not even mean anything in cross-compilation. Fortunately, upstream has already fixed their sin, so we backport it (tweaked to apply onto 3.16). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud