netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / gimp / babl_git.bb
1 DESCRIPTION = "Babl is a dynamic, any to any, pixel format conversion library."
2 LICENSE = "LGPL"
3
4 SRCREV = "5b1129a76f2f91d5f5503b078f975e55d9753312"
5 PV = "0.1.3"
6 PR = "r1+gitr${SRCREV}"
7 PE = "1"
8
9 inherit gnome
10
11 SRC_URI = "git://git.gnome.org/babl;protocol=git \
12 "
13
14 S = "${WORKDIR}/git"
15
16 FILES_${PN} += "${libdir}/babl-*/"
17 FILES_${PN}-dbg += "${libdir}/babl-*/.debug/"
18
19