increase dvbapp PR.
[vuplus_openembedded] / recipes / libgee / libgee_git.bb
1 DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
2 and classes for commonly used data structures."
3 HOMEPAGE = "http://live.gnome.org/Libgee"
4 SECTION = "libs"
5 DEPENDS = "glib-2.0"
6 LICENSE = "LGPL"
7 PV = "0.5.0+gitr${SRCREV}"
8
9 SRC_URI = "\
10   git://git.gnome.org/libgee;protocol=git;branch=master \
11 "
12 S = "${WORKDIR}/git"
13
14 inherit autotools_stage pkgconfig vala
15
16 FILES_${PN}-dev += "${datadir}/gir-1.0"