mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
On some distros, such as fedora32, cross compile failed with following error since host library is used. undefined reference to `stat64@GLIBC_2.33' According doc of ld, set searchdir begins with "=", but not hardcoded locations. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
517 B
BlitzBasic
16 lines
517 B
BlitzBasic
SUMMARY = "A library for collecting system monitoring data"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
inherit gnomebase lib_package gtk-doc gobject-introspection gettext upstream-version-is-even
|
|
|
|
# depends on libxau
|
|
inherit features_check
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI += "file://0001-fix-compile-error-for-cross-compile.patch"
|
|
|
|
SRC_URI[archive.sha256sum] = "78f3274c0c79c434c03655c1b35edf7b95ec0421430897fb1345a98a265ed2d4"
|
|
|
|
DEPENDS = "glib-2.0 libxau"
|