Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | LICENSE = "GPL-2.0-only" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 3 | |
| 4 | DEPENDS = "gdk-pixbuf popt" |
| 5 | |
| 6 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \ |
| 7 | file://0001-Makefile.am-no-examples.patch" |
| 8 | SRC_URI[md5sum] = "5c5374d4f265b0abe4daef1d03f87104" |
| 9 | SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d" |
| 10 | |
| 11 | inherit autotools pkgconfig |
| 12 | |
| 13 | BBCLASSEXTEND = "native" |