Bruce Leidl
be34ea65f3
- removed layers meta-rust and meta-clang - added new dependencies to Makefile - changed override syntax across all recipe files - updated conf files from hardknott to kirkstone - SRC_URI git URLS fixed to always include branch and protocol - LICENSE fields updated with new naming convention - updated citadel-tools dependencies - upgraded mozjs to mozjs-91 No longer needed because poky includes newer version (or new enough): - glib-2.0 - libgudev - xorgproto - libxfixes - libinput - wayland-protocols - vte
14 lines
470 B
BlitzBasic
14 lines
470 B
BlitzBasic
SUMMARY = "Common GNOME build files for C++ bindings"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase
|
|
|
|
SRC_URI[archive.md5sum] = "440133a2676275ae26770b3651f89827"
|
|
SRC_URI[archive.sha256sum] = "a2a99f3fa943cf662f189163ed39a2cfc19a428d906dd4f92b387d3659d1641d"
|
|
SRC_URI += "file://0001-meson.build-do-not-ask-for-python-installation-versi.patch"
|
|
|
|
BBCLASSEXTEND = "native"
|