xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libraw/libraw_0.20.2.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "raw image decoder"
2LICENSE = "LGPL-2.1-only | CDDL-1.0"
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=74c9dffdc42805f9c0de2f97df6031fc"
4
5SRC_URI = "git://github.com/LibRaw/LibRaw.git;branch=master;protocol=https"
6SRCREV = "0209b6a2caec189e6d1a9b21c10e9e49f46e5a92"
7S = "${WORKDIR}/git"
8
9inherit autotools pkgconfig
10
11DEPENDS = "jpeg jasper lcms"
12