aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:22:14 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:27:17 +0100
commit0aa0a2adfca870a2d14395d7c5b8e3758e8b64f9 (patch)
tree54283d8973cb57035a6b2a00fa51b76afa94a9c9 /recipes/shr
parent4675f6234ce0fb9ad3dcbb044aacef4e98b17c6a (diff)
downloadopenembedded-0aa0a2adfca870a2d14395d7c5b8e3758e8b64f9.tar.gz
libshr-glib: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/libshr-glib_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/shr/libshr-glib_git.bb b/recipes/shr/libshr-glib_git.bb
new file mode 100644
index 0000000000..2bc1e12862
--- /dev/null
+++ b/recipes/shr/libshr-glib_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "GLib-based DBus bindings for shr-project.org"
+AUTHOR = "Klaus 'mrmoku' Kurzmann"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "gdbus-binding-tool glib-2.0 shr-specs"
+SRCREV = "926654296339d88f69cd481d1cf8eb9facdf9bf3"
+PV = "2011.01.04.1+gitr${SRCPV}"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "git://git.shr-project.org/repo/libshr-glib.git;protocol=http;branch=master"
+S = "${WORKDIR}/git"
+
+do_configure_prepend() {
+ sed -i -e s#SHR_SPECS_DIR="#SHR_SPECS_DIR="${STAGING_DIR_HOST}/#g ${S}/configure.ac
+}