forked from brl/citadel
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
16 lines
574 B
BlitzBasic
16 lines
574 B
BlitzBasic
SUMMARY = "Library for accessing information about running processes"
|
|
HOMEPAGE = "https://developer.gnome.org/libgtop/stable/"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
DEPENDS = "libx11 glib-2.0 libxau"
|
|
|
|
inherit gnomebase perlnative gettext pkgconfig autotools
|
|
|
|
SRC_URI[archive.md5sum] = "c6d67325cd97b2208b41e07e6cc7b947"
|
|
SRC_URI[archive.sha256sum] = "78f3274c0c79c434c03655c1b35edf7b95ec0421430897fb1345a98a265ed2d4"
|
|
SRC_URI += " file://0001-Fix-hostleak-in-link-path.patch"
|
|
|
|
EXTRA_OECONF = "--with-examples=no"
|
|
|