aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-02 13:44:27 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-02 13:44:48 +0100
commit0599cad5d039443806e01431db666e34541e7228 (patch)
tree6aa77394d5a71ca932e63d093b3b9e406d6f354f /packages/freesmartphone
parent26f55a15c8d4473ed33e43b91408de0bced043ff (diff)
downloadopenembedded-0599cad5d039443806e01431db666e34541e7228.tar.gz
dbus-hlid: new recipe; a high level dbus introspection daemon
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r--packages/freesmartphone/dbus-hlid_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/freesmartphone/dbus-hlid_git.bb b/packages/freesmartphone/dbus-hlid_git.bb
new file mode 100644
index 0000000000..2111ae3368
--- /dev/null
+++ b/packages/freesmartphone/dbus-hlid_git.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "High Level DBus Introspection Daemon"
+AUTHOR = "M. Lauer"
+SECTION = "console/network"
+DEPENDS = "vala 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}"