aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/dbus-hlid_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/freesmartphone/dbus-hlid_git.bb')
-rw-r--r--recipes/freesmartphone/dbus-hlid_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/freesmartphone/dbus-hlid_git.bb b/recipes/freesmartphone/dbus-hlid_git.bb
new file mode 100644
index 0000000000..79bada1396
--- /dev/null
+++ b/recipes/freesmartphone/dbus-hlid_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "High Level DBus Introspection Daemon"
+AUTHOR = "M. Lauer et. al."
+SECTION = "console/network"
+DEPENDS = "vala-native dbus dbus-glib"
+LICENSE = "GPL"
+PV = "0.9.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/dbus-hlid.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+FILES_${PN} += "${datadir} ${sysconfdir}"