Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | SUMMARY = "Cascading Style Sheet (CSS) parsing and manipulation toolkit" |
Andrew Geissler | 90fd73c | 2021-03-05 15:25:55 -0600 | [diff] [blame] | 2 | DESCRIPTION = "The Libcroco project is an effort to build a generic \ |
| 3 | Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be \ |
| 4 | used by GNOME applications in need of CSS support." |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 5 | HOMEPAGE = "http://www.gnome.org/" |
| 6 | BUGTRACKER = "https://bugzilla.gnome.org/" |
| 7 | |
Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 8 | LICENSE = "LGPL-2.0-only & LGPL-2.1-only" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | LIC_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 | |
| 13 | SECTION = "x11/utils" |
| 14 | DEPENDS = "glib-2.0 libxml2 zlib" |
| 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | EXTRA_OECONF += "--enable-Bsymbolic=auto" |
| 17 | |
| 18 | BINCONFIG = "${bindir}/croco-0.6-config" |
| 19 | |
| 20 | inherit gnomebase gtk-doc binconfig-disabled |
| 21 | |
| 22 | SRC_URI[archive.md5sum] = "c80c5a8385011a0260dce6bd0da93dce" |
| 23 | SRC_URI[archive.sha256sum] = "767ec234ae7aa684695b3a735548224888132e063f92db585759b422570621d4" |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 24 | |
| 25 | SRC_URI +="file://CVE-2020-12825.patch \ |
| 26 | " |