mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
8e7bae4300
================= LibGFBGraph 0.2.5 ================= The changes include: - Fix CVE-2021-39358 by forcing TLS certificate validation by Douglas R. Reno. - Temporarily disable testcases by Leesoo Ahn. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
26 lines
731 B
BlitzBasic
26 lines
731 B
BlitzBasic
SUMMARY = "A GObject library for Facebook Graph API"
|
|
SECTION = "x11/gnome"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0 \
|
|
json-glib \
|
|
rest \
|
|
gnome-online-accounts \
|
|
"
|
|
|
|
inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
|
|
|
|
# for gnome-online-accounts
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
|
|
SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
|
|
|
|
do_install:append() {
|
|
# they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
|
|
# is not a standard path exactly
|
|
rm -rf ${D}${prefix}/doc
|
|
}
|