1SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit" 2DESCRIPTION = "The Libcroco project is an effort to build a generic \ 3Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be \ 4used by GNOME applications in need of CSS support." 5HOMEPAGE = "http://www.gnome.org/" 6BUGTRACKER = "https://bugzilla.gnome.org/" 7 8LICENSE = "LGPL-2.0-only & LGPL-2.1-only" 9LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ 10 file://src/cr-rgb.c;endline=22;md5=31d5f0944d556c8589d04ea6055fcc66 \ 11 file://tests/cr-test-utils.c;endline=21;md5=2382c27934cae1d3792fcb17a6142c4e" 12 13SECTION = "x11/utils" 14DEPENDS = "glib-2.0 libxml2 zlib" 15BBCLASSEXTEND = "native nativesdk" 16EXTRA_OECONF += "--enable-Bsymbolic=auto" 17 18BINCONFIG = "${bindir}/croco-0.6-config" 19 20inherit gnomebase gtk-doc binconfig-disabled 21 22SRC_URI[archive.md5sum] = "c80c5a8385011a0260dce6bd0da93dce" 23SRC_URI[archive.sha256sum] = "767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4" 24 25SRC_URI +="file://CVE-2020-12825.patch \ 26" 27