summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libchamplain
Commit message (Collapse)AuthorAgeFilesLines
* libchamplain: don't compile for 32-bit targetsGyorgy Sarvari2025-09-151-1/+11
| | | | | | | | | | | | | The recipe can't be compiled for 32-bit targets currently, due to GTimeVal usage - see bug report in the project[1]. Remove the 32-bit targets from the compatibility list until it is fixed. [1]: https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Upgrade 0.12.20 -> 0.12.21Markus Volk2023-11-061-3/+3
| | | | | | | | - switch to soup3 - build vapi Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | | Fixes Did not find pkg-config by name 'pkg-config' Found Pkg-config: NO Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Require opengl distro featureKhem Raj2021-04-261-1/+3
| | | | | | | | | | | | | It has hard dependency on clutter-gtk-1.0 which needs opengl Fixes clutter-gtk-1.0 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libchamplain', 'clutter-gtk-1.0'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* libchamplain: Add support for building libchamplainAlistair Francis2020-02-091-0/+12
libchamplain is a Gtk widget displaying zoomable and pannable maps that can be loaded from various network sources. Signed-off-by: Alistair Francis <alistair@alistair23.me> Signed-off-by: Khem Raj <raj.khem@gmail.com>