mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
14 lines
499 B
BlitzBasic
14 lines
499 B
BlitzBasic
SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
DEPENDS = "glib-2.0 gtk+3 clutter-1.0 clutter-gtk-1.0 libsoup-3.0 cairo sqlite3"
|
|
|
|
inherit features_check gobject-introspection meson pkgconfig vala
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
SRCREV = "941560af497148588783db991e8135f52a82574d"
|
|
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
|
|
|
|
|