summaryrefslogtreecommitdiff
path: root/recipes/shr/libmodulo_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 21:51:37 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2009-11-15 21:51:37 +0100
commitc010062f3c2abd1471512c4275f3cb6ed9513661 (patch)
tree867a143d48e15e1497393c5bf14e128975ea44da /recipes/shr/libmodulo_git.bb
parent6824a826530a26992854e727234e692d5427caf0 (diff)
parent6187540bc302a541ef90fd0069a64a194b1f7348 (diff)
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/shr/libmodulo_git.bb')
-rw-r--r--recipes/shr/libmodulo_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/shr/libmodulo_git.bb b/recipes/shr/libmodulo_git.bb
new file mode 100644
index 0000000000..dcf204c807
--- /dev/null
+++ b/recipes/shr/libmodulo_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Modulo is a lightweight component container that supports Inversion Of Control, also commonly called Dependency Injection"
+SECTION = "libs"
+PV = "0.0.1+gitr${SRCPV}"
+PR = "r1"
+
+inherit autotools autotools_stage pkgconfig vala girepository
+
+DEPENDS = "glib-2.0 dbus-glib libxml2 libgee"
+
+SRC_URI = "git://git.shr-project.org/repo/libmodulo.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+LEAD_SONAME = "libmodulo.so.0"