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>
25 lines
826 B
BlitzBasic
25 lines
826 B
BlitzBasic
SUMMARY = "Portable C library for multiline text editing"
|
|
HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|
|
|
DEPENDS = "gtk+3 libxml2 glib-2.0-native"
|
|
|
|
PNAME = "gtksourceview"
|
|
|
|
S = "${UNPACKDIR}/${PNAME}-${PV}"
|
|
|
|
GNOMEBASEBUILDCLASS = "autotools"
|
|
inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspection upstream-version-is-even
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
EXTRA_OECONF += "--disable-glade-catalog --disable-gtk-doc --disable-Werror"
|
|
|
|
CFLAGS += "-Wno-error=incompatible-pointer-types"
|
|
SRC_URI = "${GNOME_MIRROR}/gtksourceview/3.24/${PNAME}-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd"
|
|
|
|
FILES:${PN} += " ${datadir}/gtksourceview-3.0"
|