increase dvbapp PR.
[vuplus_openembedded] / recipes / shr / libmodulo_git.bb
1 DESCRIPTION = "Modulo is a lightweight component container that supports Inversion Of Control, also commonly called Dependency Injection"
2 SECTION = "libs"
3 PV = "0.0.1+gitr${SRCREV}"
4 PR = "r1"
5
6 inherit autotools autotools_stage pkgconfig vala
7
8 DEPENDS = "glib-2.0 dbus-glib libxml2 libgee"
9
10 SRC_URI = "git://git.shr-project.org/repo/libmodulo.git;protocol=http;branch=master"
11 S = "${WORKDIR}/git"
12
13 LEAD_SONAME = "libmodulo.so.0"