blob: 419c9626576a3bd07c001e014907aedb3e2447b8 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "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."
Brad Bishopc342db32019-05-15 21:57:59 -04005HOMEPAGE = "http://www.gnome.org/"
6BUGTRACKER = "https://bugzilla.gnome.org/"
7
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LICENSE = "LGPL-2.0-only & LGPL-2.1-only"
Brad Bishopc342db32019-05-15 21:57:59 -04009LIC_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"
Andrew Geisslerd1e89492021-02-12 15:35:20 -060024
25SRC_URI +="file://CVE-2020-12825.patch \
26"