u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / recipes / raw-tools / ufraw_0.12.bb
1 DESCRIPTION = "The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. "
2 LICENSE = "GPL"
3
4 DEPENDS = "gtk+ gtkimageview lcms exiv2 tiff"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/ufraw/ufraw-${PV}.tar.gz"
7
8 inherit autotools pkgconfig
9
10 EXTRA_OECONF = " --enable-extras "
11
12 PACKAGES =+ "dcraw dcraw-dbg"
13 FILES_dcraw = "${bindir}/dcraw"
14 FILES_dcraw-bdg = "${bindir}/.debug/dcraw"
15
16